From 56136136149363e23034a5e56df3bf69cefe7631 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 5 Nov 2006 17:18:57 +0000 Subject: fix bug #88 --- extensions/LLAuthPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') 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 -- cgit v1.2.2