From cd205aedf1cdc7d4df3faff486da6e141381859c Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 2 Jan 2012 15:34:35 +0000 Subject: [PATCH] remove an extra space --- includes/Setup.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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, ); } /* -- 2.20.1