Index: trunk/phase3/includes/installer/MysqlInstaller.php |
— | — | @@ -371,7 +371,7 @@ |
372 | 372 | $callback = array( |
373 | 373 | array( |
374 | 374 | 'name' => 'user', |
375 | | - 'callback' => array( &$this, 'setupUser' ), |
| 375 | + 'callback' => array( $this, 'setupUser' ), |
376 | 376 | ) |
377 | 377 | ); |
378 | 378 | $this->parent->addInstallStepFollowing( "tables", $callback ); |