Fix for r58652: use tabs for indentation, not spaces :)
This commit is contained in:
parent
e89a1a8f60
commit
9e46328edd
1 changed files with 6 additions and 6 deletions
|
|
@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue