From 370e83bb0dfd0c70de268c93bf07ad5ee0897192 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:29:47 +0200 Subject: Update auf 1.13.0 --- includes/AuthPlugin.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'includes/AuthPlugin.php') diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index 2ad137e2..7717e001 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -230,7 +230,7 @@ class AuthPlugin { * @param $autocreate bool True if user is being autocreated on login * @public */ - function initUser( $user, $autocreate=false ) { + function initUser( &$user, $autocreate=false ) { # Override this to do something. } @@ -242,5 +242,3 @@ class AuthPlugin { return $username; } } - - -- cgit v1.2.2