From 5521bad534edbcfca285393e36a6a94a3f1be9bf Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:42:45 +0200 Subject: Anpassung an neue API; CSS-Aktualisierung --- extensions/LLAuthPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/LLAuthPlugin.php') diff --git a/extensions/LLAuthPlugin.php b/extensions/LLAuthPlugin.php index f2aa7257..ec3ce565 100644 --- a/extensions/LLAuthPlugin.php +++ b/extensions/LLAuthPlugin.php @@ -121,7 +121,7 @@ class LLAuthPlugin extends AuthPlugin { return true; } - function initUser( $user, $autocreate=false ) { + function initUser( &$user, $autocreate=false ) { $data = $this->getUserData($user->getName()); $user->setEmail($data['email']); $user->confirmEmail(); @@ -145,4 +145,4 @@ class LLAuthPlugin extends AuthPlugin { } } -?> \ No newline at end of file +?> -- cgit v1.2.3-54-g00ecf