mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Er... on the cookies I meant.
This commit is contained in:
parent
7185e073ed
commit
4fe04be0bd
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ function get_moodle_cookie() {
|
|||
/// Gets a moodle cookie with an encrypted string
|
||||
global $CFG;
|
||||
|
||||
$cookiename = "MOODLEID{$CFG->prefix}";
|
||||
$cookiename = "MOODLEID{$CFG->prefix}";
|
||||
|
||||
global $$cookiename;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue