summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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