r80977 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80976‎ | r80977 | r80978 >
Date:18:24, 25 January 2011
Author:krinkle
Status:ok
Tags:
Comment:
whitespace fix (tab too many)
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -104,7 +104,7 @@
105105 'envCheckLibicu'
106106 );
107107
108 - /**
 108+ /**
109109 * MediaWiki configuration globals that will eventually be passed through
110110 * to LocalSettings.php. The names only are given here, the defaults
111111 * typically come from DefaultSettings.php.
@@ -556,7 +556,7 @@
557557 }
558558
559559 /**
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
561561 * initial values.
562562 */
563563 public function populateSiteStats( DatabaseInstaller $installer ) {
@@ -564,7 +564,7 @@
565565 if ( !$status->isOK() ) {
566566 return $status;
567567 }
568 - $status->value->insert( 'site_stats', array(
 568+ $status->value->insert( 'site_stats', array(
569569 'ss_row_id' => 1,
570570 'ss_total_views' => 0,
571571 'ss_total_edits' => 0,

Status & tagging log