Index: trunk/phase3/includes/Setup.php |
— | — | @@ -190,13 +190,13 @@ |
191 | 191 | } |
192 | 192 | if ( $wgUseInstantCommons ) { |
193 | 193 | $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, |
201 | 201 | ); |
202 | 202 | } |
203 | 203 | /* |