remove an extra space
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 2 Jan 2012 15:34:35 +0000 (15:34 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 2 Jan 2012 15:34:35 +0000 (15:34 +0000)
includes/Setup.php

index 9cee0f2..cd4c99a 100644 (file)
@@ -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,
        );
 }
 /*