Index: trunk/phase3/includes/AuthPlugin.php |
— | — | @@ -219,9 +219,10 @@ |
220 | 220 | * forget the & on your function declaration. |
221 | 221 | * |
222 | 222 | * @param $user User object. |
| 223 | + * @param $autocreate bool True if user is being autocreated on login |
223 | 224 | * @public |
224 | 225 | */ |
225 | | - function initUser( &$user ) { |
| 226 | + function initUser( $user, $autocreate=false ) { |
226 | 227 | # Override this to do something. |
227 | 228 | } |
228 | 229 | |