From: Krinkle Date: Tue, 25 Jan 2011 18:24:16 +0000 (+0000) Subject: whitespace fix (tab too many) X-Git-Tag: 1.31.0-rc.0~32369 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=79c0c97c7d5174d587447eed1b9c45bd99d81a4f;p=lhc%2Fweb%2Fwiklou.git whitespace fix (tab too many) --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 2d74a8dd25..c33606c466 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -104,7 +104,7 @@ abstract class Installer { 'envCheckLibicu' ); - /** + /** * MediaWiki configuration globals that will eventually be passed through * to LocalSettings.php. The names only are given here, the defaults * typically come from DefaultSettings.php. @@ -556,7 +556,7 @@ abstract class Installer { } /** - * Install step which adds a row to the site_stats table with appropriate + * Install step which adds a row to the site_stats table with appropriate * initial values. */ public function populateSiteStats( DatabaseInstaller $installer ) { @@ -564,7 +564,7 @@ abstract class Installer { if ( !$status->isOK() ) { return $status; } - $status->value->insert( 'site_stats', array( + $status->value->insert( 'site_stats', array( 'ss_row_id' => 1, 'ss_total_views' => 0, 'ss_total_edits' => 0,