Skip to content
Snippets Groups Projects
Commit e34b4576 authored by Michael Gissing's avatar Michael Gissing
Browse files

fix: use of $IP in function scope needs global

parent 905f3bd9
Branches master
No related tags found
No related merge requests found
...@@ -346,6 +346,7 @@ function ShibAutoAuthenticate(&$user) { ...@@ -346,6 +346,7 @@ function ShibAutoAuthenticate(&$user) {
/* Tries to be magical about when to log in users and when not to. */ /* Tries to be magical about when to log in users and when not to. */
function ShibUserLoadFromSession($user, &$result) function ShibUserLoadFromSession($user, &$result)
{ {
global $IP;
global $wgContLang; global $wgContLang;
global $wgAuth; global $wgAuth;
global $shib_UN; global $shib_UN;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment