remove an extra space
This commit is contained in:
parent
e5167d224b
commit
cd205aedf1
1 changed files with 7 additions and 7 deletions
|
|
@ -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,
|
||||
);
|
||||
}
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue