diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-01-09 08:56:46 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-01-09 08:56:46 +0000 |
commit | 20194986f6638233732ba1fc3e838f117d3cc9ea (patch) | |
tree | 353069cf5ac40f4888eb24e146bda2e6243e8c75 /includes/StubObject.php | |
parent | 56136136149363e23034a5e56df3bf69cefe7631 (diff) |
Aktualisierung auf MediaWiki 1.8.3
Diffstat (limited to 'includes/StubObject.php')
-rw-r--r-- | includes/StubObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/StubObject.php b/includes/StubObject.php index ed3b117a..63945f27 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -121,7 +121,7 @@ class StubUser extends StubObject { $user->setLoaded( true ); } else { $user = User::loadFromSession(); - wfRunHooks('AutoAuthenticate',array($user)); + wfRunHooks('AutoAuthenticate',array(&$user)); } return $user; } |