Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -14,6 +14,7 @@ |
15 | 15 | * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead. |
16 | 16 | * (bug 27132) movefile right granted by default to registered users. |
17 | 17 | * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days. |
| 18 | +* (bug 31204) Removed old user.user_options |
18 | 19 | |
19 | 20 | === New features in 1.19 === |
20 | 21 | * (bug 30497) Add client-nojs and client-js classes on document element |
Index: trunk/phase3/includes/installer/DatabaseUpdater.php |
— | — | @@ -568,7 +568,7 @@ |
569 | 569 | } |
570 | 570 | |
571 | 571 | protected function doMigrateUserOptions() { |
572 | | - $cl = $this->maintenance->runChild( 'ConvertUserOptions' ); |
| 572 | + $cl = $this->maintenance->runChild( 'ConvertUserOptions', 'convertUserOptions.php' ); |
573 | 573 | $this->output( "Migrating remaining user_options... " ); |
574 | 574 | $cl->execute(); |
575 | 575 | $this->output( "done.\n" ); |