summaryrefslogtreecommitdiff
path: root/extensions/LLAuthPlugin.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2008-08-15 01:42:45 +0200
committerPierre Schmitz <pierre@archlinux.de>2008-08-15 01:42:45 +0200
commit5521bad534edbcfca285393e36a6a94a3f1be9bf (patch)
treeb6eb3c22b81b39edc9bbe37abce61652e6aaa4fd /extensions/LLAuthPlugin.php
parent370e83bb0dfd0c70de268c93bf07ad5ee0897192 (diff)
Anpassung an neue API; CSS-Aktualisierung
Diffstat (limited to 'extensions/LLAuthPlugin.php')
-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
+?>