mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Merge branch 'MDL-61554-40' of https://github.com/nwp90/moodle
This commit is contained in:
commit
23dea97a6c
@ -31,6 +31,8 @@ if (!$authuserid && !$authusername) {
|
||||
die('Invalid authentication');
|
||||
}
|
||||
|
||||
$PAGE->set_context(context_system::instance());
|
||||
|
||||
// Get the calendar type we are using.
|
||||
$calendartype = \core_calendar\type_factory::get_calendar_instance();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user