From: Alexandre Emsenhuber Date: Sat, 14 Nov 2009 13:16:41 +0000 (+0000) Subject: Fix for r58652: use tabs for indentation, not spaces :) X-Git-Tag: 1.31.0-rc.0~38809 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=9e46328edd672410cdade2fe324bf97e52ea96e7;p=lhc%2Fweb%2Fwiklou.git Fix for r58652: use tabs for indentation, not spaces :) --- diff --git a/includes/Setup.php b/includes/Setup.php index 2a629c3a19..1e4bc0ed9f 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -130,12 +130,12 @@ if ( $wgUseSharedUploads ) { } if( $wgUseInstantCommons ) { $wgForeignFileRepos[] = array( - 'class' => 'ForeignAPIRepo', - 'name' => 'wikimediacommons', - 'apibase' => 'http://commons.wikimedia.org/w/api.php', - 'fetchDescription' => true, - 'descriptionCacheExpiry' => 43200, - 'apiThumbCacheExpiry' => 86400, + 'class' => 'ForeignAPIRepo', + 'name' => 'wikimediacommons', + 'apibase' => 'http://commons.wikimedia.org/w/api.php', + 'fetchDescription' => true, + 'descriptionCacheExpiry' => 43200, + 'apiThumbCacheExpiry' => 86400, ); }