Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -104,7 +104,7 @@ |
105 | 105 | 'envCheckLibicu' |
106 | 106 | ); |
107 | 107 | |
108 | | - /** |
| 108 | + /** |
109 | 109 | * MediaWiki configuration globals that will eventually be passed through |
110 | 110 | * to LocalSettings.php. The names only are given here, the defaults |
111 | 111 | * typically come from DefaultSettings.php. |
— | — | @@ -556,7 +556,7 @@ |
557 | 557 | } |
558 | 558 | |
559 | 559 | /** |
560 | | - * Install step which adds a row to the site_stats table with appropriate |
| 560 | + * Install step which adds a row to the site_stats table with appropriate |
561 | 561 | * initial values. |
562 | 562 | */ |
563 | 563 | public function populateSiteStats( DatabaseInstaller $installer ) { |
— | — | @@ -564,7 +564,7 @@ |
565 | 565 | if ( !$status->isOK() ) { |
566 | 566 | return $status; |
567 | 567 | } |
568 | | - $status->value->insert( 'site_stats', array( |
| 568 | + $status->value->insert( 'site_stats', array( |
569 | 569 | 'ss_row_id' => 1, |
570 | 570 | 'ss_total_views' => 0, |
571 | 571 | 'ss_total_edits' => 0, |