From 20194986f6638233732ba1fc3e838f117d3cc9ea Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Tue, 9 Jan 2007 08:56:46 +0000 Subject: Aktualisierung auf MediaWiki 1.8.3 --- includes/StubObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/StubObject.php') 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; } -- cgit v1.2.3-54-g00ecf