summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/LLAuthPlugin.php4
1 files changed, 2 insertions, 2 deletions
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
+?>