r69144 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69143‎ | r69144 | r69145 >
Date:13:56, 7 July 2010
Author:demon
Status:ok
Tags:
Comment:
doesn't need to be passed by ref
Modified paths:
  • /trunk/phase3/includes/installer/MysqlInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/MysqlInstaller.php
@@ -371,7 +371,7 @@
372372 $callback = array(
373373 array(
374374 'name' => 'user',
375 - 'callback' => array( &$this, 'setupUser' ),
 375+ 'callback' => array( $this, 'setupUser' ),
376376 )
377377 );
378378 $this->parent->addInstallStepFollowing( "tables", $callback );

Status & tagging log