r32500 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32499‎ | r32500 | r32501 >
Date:14:03, 27 March 2008
Author:ialex
Status:old
Tags:
Comment:
Fixed E_STRICT for CentralAuth extension
Modified paths:
  • /trunk/phase3/includes/AuthPlugin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AuthPlugin.php
@@ -230,7 +230,7 @@
231231 * @param $autocreate bool True if user is being autocreated on login
232232 * @public
233233 */
234 - function initUser( $user, $autocreate=false ) {
 234+ function initUser( &$user, $autocreate=false ) {
235235 # Override this to do something.
236236 }
237237

Status & tagging log