diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2006-11-05 17:18:57 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2006-11-05 17:18:57 +0000 |
commit | 56136136149363e23034a5e56df3bf69cefe7631 (patch) | |
tree | addcc281f6e2fe0dd9098b171ee716c35ed70f34 | |
parent | ff7a7f54a9e6e9844f29bac8ba5360739aa4a10b (diff) |
fix bug #88
-rw-r--r-- | extensions/LLAuthPlugin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/LLAuthPlugin.php b/extensions/LLAuthPlugin.php index 2a5d8bd3..914e2849 100644 --- a/extensions/LLAuthPlugin.php +++ b/extensions/LLAuthPlugin.php @@ -193,7 +193,7 @@ class AuthPlugin { * @public */ function updateExternalDB( $user ) { - return false; + return $this->initUser($user); } /** @@ -261,4 +261,4 @@ class AuthPlugin { } } -?> +?>
\ No newline at end of file |