mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Fixed defaulting $SESSION->cal_show_user
This commit is contained in:
parent
af62781bca
commit
707fbef498
@ -41,11 +41,12 @@
|
||||
// Display the calendar page.
|
||||
|
||||
require_once('../config.php');
|
||||
require_once('lib.php');
|
||||
require_once('../course/lib.php');
|
||||
|
||||
require_login();
|
||||
|
||||
require_once('lib.php');
|
||||
|
||||
optional_variable($_GET['view'], 'upcoming');
|
||||
optional_variable($_GET['course'], 0);
|
||||
optional_variable($_GET['cal_d']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user