summaryrefslogtreecommitdiff
path: root/extensions/LLAuthPlugin.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2006-11-05 17:18:57 +0000
committerPierre Schmitz <pierre@archlinux.de>2006-11-05 17:18:57 +0000
commit56136136149363e23034a5e56df3bf69cefe7631 (patch)
treeaddcc281f6e2fe0dd9098b171ee716c35ed70f34 /extensions/LLAuthPlugin.php
parentff7a7f54a9e6e9844f29bac8ba5360739aa4a10b (diff)
fix bug #88
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 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