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

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

parent 2db98f39
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,10 @@
* @category Stud.IP
* @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
{
......
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