summaryrefslogtreecommitdiff
path: root/includes/StubObject.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-01-09 08:56:46 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-01-09 08:56:46 +0000
commit20194986f6638233732ba1fc3e838f117d3cc9ea (patch)
tree353069cf5ac40f4888eb24e146bda2e6243e8c75 /includes/StubObject.php
parent56136136149363e23034a5e56df3bf69cefe7631 (diff)
Aktualisierung auf MediaWiki 1.8.3
Diffstat (limited to 'includes/StubObject.php')
-rw-r--r--includes/StubObject.php2
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;
}