r107836 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107835‎ | r107836 | r107837 >
Date:15:34, 2 January 2012
Author:demon
Status:ok
Tags:
Comment:
remove an extra space
Modified paths:
  • /trunk/phase3/includes/Setup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Setup.php
@@ -190,13 +190,13 @@
191191 }
192192 if ( $wgUseInstantCommons ) {
193193 $wgForeignFileRepos[] = array(
194 - 'class' => 'ForeignAPIRepo',
195 - 'name' => 'wikimediacommons',
196 - 'apibase' => wfExpandUrl( '//commons.wikimedia.org/w/api.php' ),
197 - 'hashLevels' => 2,
198 - 'fetchDescription' => true,
199 - 'descriptionCacheExpiry' => 43200,
200 - 'apiThumbCacheExpiry' => 86400,
 194+ 'class' => 'ForeignAPIRepo',
 195+ 'name' => 'wikimediacommons',
 196+ 'apibase' => wfExpandUrl( '//commons.wikimedia.org/w/api.php' ),
 197+ 'hashLevels' => 2,
 198+ 'fetchDescription' => true,
 199+ 'descriptionCacheExpiry' => 43200,
 200+ 'apiThumbCacheExpiry' => 86400,
201201 );
202202 }
203203 /*

Status & tagging log