Index: trunk/phase3/includes/AuthPlugin.php |
— | — | @@ -230,7 +230,7 @@ |
231 | 231 | * @param $autocreate bool True if user is being autocreated on login |
232 | 232 | * @public |
233 | 233 | */ |
234 | | - function initUser( $user, $autocreate=false ) { |
| 234 | + function initUser( &$user, $autocreate=false ) { |
235 | 235 | # Override this to do something. |
236 | 236 | } |
237 | 237 | |