From: Chad Horohoe Date: Mon, 2 Jan 2012 15:34:35 +0000 (+0000) Subject: remove an extra space X-Git-Tag: 1.31.0-rc.0~25612 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=cd205aedf1cdc7d4df3faff486da6e141381859c;p=lhc%2Fweb%2Fwiklou.git remove an extra space --- diff --git a/includes/Setup.php b/includes/Setup.php index 9cee0f2ea4..cd4c99abc0 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -190,13 +190,13 @@ if ( $wgUseSharedUploads ) { } if ( $wgUseInstantCommons ) { $wgForeignFileRepos[] = array( - 'class' => 'ForeignAPIRepo', - 'name' => 'wikimediacommons', - 'apibase' => wfExpandUrl( '//commons.wikimedia.org/w/api.php' ), - 'hashLevels' => 2, - 'fetchDescription' => true, - 'descriptionCacheExpiry' => 43200, - 'apiThumbCacheExpiry' => 86400, + 'class' => 'ForeignAPIRepo', + 'name' => 'wikimediacommons', + 'apibase' => wfExpandUrl( '//commons.wikimedia.org/w/api.php' ), + 'hashLevels' => 2, + 'fetchDescription' => true, + 'descriptionCacheExpiry' => 43200, + 'apiThumbCacheExpiry' => 86400, ); } /*