mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses
This commit is contained in:
parent
b74be1a20a
commit
d3b265933a
5 changed files with 8 additions and 0 deletions
|
@ -48,6 +48,8 @@
|
|||
$cal_d = optional_param('cal_d');
|
||||
$cal_m = optional_param('cal_m');
|
||||
$cal_y = optional_param('cal_y');
|
||||
$action = optional_param('action');
|
||||
$type = optional_param('type');
|
||||
|
||||
// Initialize the session variables
|
||||
calendar_session_vars();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue