From: Alexandre Emsenhuber Date: Thu, 27 Mar 2008 14:03:22 +0000 (+0000) Subject: Fixed E_STRICT for CentralAuth extension X-Git-Tag: 1.31.0-rc.0~48781 X-Git-Url: https://git.cyclocoop.org/admin/%7B%7Blocalurl:Special:UserLogin%7D%7D?a=commitdiff_plain;h=e7259d6fb826e30ce9dbbbc360b54b825e085602;p=lhc%2Fweb%2Fwiklou.git Fixed E_STRICT for CentralAuth extension --- diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index 2ad137e271..6c5c7a1232 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -230,7 +230,7 @@ class AuthPlugin { * @param $autocreate bool True if user is being autocreated on login * @public */ - function initUser( $user, $autocreate=false ) { + function initUser( &$user, $autocreate=false ) { # Override this to do something. }