Skip to content
Snippets Groups Projects
Commit 1e4ea5b1 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

require file that defines constant used in controller, fixes #763

parent 99fe6bc6
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
* @category Stud.IP * @category Stud.IP
* @since 2.0 * @since 2.0
*/ */
// Needs to be required due to the use of constants
require_once 'lib/classes/calendar/CalendarScheduleModel.php';
class Calendar_ScheduleController extends AuthenticatedController class Calendar_ScheduleController extends AuthenticatedController
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment