aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/calendar/schedule.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/calendar/schedule.php b/app/controllers/calendar/schedule.php
index b9d1c39..8838c58 100644
--- a/app/controllers/calendar/schedule.php
+++ b/app/controllers/calendar/schedule.php
@@ -16,6 +16,8 @@
* @since 2.0
*/
+require_once 'lib/dates.inc.php';
+
// Needs to be required due to the use of constants
require_once 'lib/classes/calendar/CalendarScheduleModel.php';