Index: trunk/phase3/includes/Setup.php |
— | — | @@ -192,7 +192,7 @@ |
193 | 193 | $wgForeignFileRepos[] = array( |
194 | 194 | 'class' => 'ForeignAPIRepo', |
195 | 195 | 'name' => 'wikimediacommons', |
196 | | - 'apibase' => 'http://commons.wikimedia.org/w/api.php', |
| 196 | + 'apibase' => '//commons.wikimedia.org/w/api.php', |
197 | 197 | 'hashLevels' => 2, |
198 | 198 | 'fetchDescription' => true, |
199 | 199 | 'descriptionCacheExpiry' => 43200, |