diff --git a/helpers/SG_iCal_Freq.php b/helpers/SG_iCal_Freq.php index 561271b..9cfcac1 100755 --- a/helpers/SG_iCal_Freq.php +++ b/helpers/SG_iCal_Freq.php @@ -97,7 +97,8 @@ class SG_iCal_Freq { * @return int */ public function nextOccurrence( $offset ) { - return $this->findNext( $this->previousOccurrence( $offset) ); + //return $this->findNext( $this->previousOccurrence( $offset) ); + return $this->findNext($offset); } /**