Skip to content

Commit 96853eb

Browse files
Fixed missing global $SESSION
1 parent 9b1a0b2 commit 96853eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function tool_mfa_extend_navigation_user_settings($navigation, $user, $userconte
7272
}
7373

7474
function tool_mfa_after_config() {
75-
global $CFG;
75+
global $CFG, $SESSION;
7676

7777
// Tests for hooks being fired to test patches.
7878
// Store in $CFG, $SESSION not present at this point.

0 commit comments

Comments
 (0)