diff --git a/SG_iCal.php b/SG_iCal.php index e8ea2b9..6cd22ff 100755 --- a/SG_iCal.php +++ b/SG_iCal.php @@ -34,6 +34,9 @@ class SG_iCal { require_once dirname(__FILE__) . '/helpers/SG_iCal_Factory.php'; // BUILD: Remove line require_once dirname(__FILE__) . '/helpers/SG_iCal_Line.php'; // BUILD: Remove line require_once dirname(__FILE__) . '/helpers/SG_iCal_Query.php'; // BUILD: Remove line + require_once dirname(__FILE__) . '/helpers/SG_iCal_Recurrence.php'; // BUILD: Remove line + require_once dirname(__FILE__) . '/helpers/SG_iCal_Freq.php'; // BUILD: Remove line + require_once dirname(__FILE__) . '/helpers/SG_iCal_Duration.php'; // BUILD: Remove line require_once dirname(__FILE__) . '/helpers/SG_iCal_Parser.php'; // BUILD: Remove line if( $url !== false ) { diff --git a/helpers/SG_iCal_Freq.php b/helpers/SG_iCal_Freq.php index 8558ed3..361d88a 100755 --- a/helpers/SG_iCal_Freq.php +++ b/helpers/SG_iCal_Freq.php @@ -137,7 +137,7 @@ class SG_iCal_Freq { * @param int $offset * @return int */ - public function findNext($offset) { + public function findNext($offset) { $echo = false; //make sure the offset is valid