Followup r98339

Add RELEASE-NOTES-1.19

Fix runChild in DatabaseUpdater.php
This commit is contained in:
Sam Reed 2011-09-28 18:19:57 +00:00
parent eda06e8593
commit f776a7ed68
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ production.
* Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.
* (bug 27132) movefile right granted by default to registered users.
* Default cookie lifetime ($wgCookieExpiration) is increased to 180 days.
* (bug 31204) Removed old user.user_options
=== New features in 1.19 ===
* (bug 30497) Add client-nojs and client-js classes on document element

View file

@ -568,7 +568,7 @@ abstract class DatabaseUpdater {
}
protected function doMigrateUserOptions() {
$cl = $this->maintenance->runChild( 'ConvertUserOptions' );
$cl = $this->maintenance->runChild( 'ConvertUserOptions', 'convertUserOptions.php' );
$this->output( "Migrating remaining user_options... " );
$cl->execute();
$this->output( "done.\n" );