Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
[lhc/web/wiklou.git] / includes / Setup.php
index cfb6a73..506c370 100644 (file)
@@ -72,8 +72,8 @@ $wgNamespaceProtection[NS_MEDIAWIKI] = 'editinterface';
  * and "File_talk".  The old names "Image" and "Image_talk" are
  * retained as aliases for backwards compatibility.
  */
-$wgNamespaceAliases['Image'] = NS_IMAGE;
-$wgNamespaceAliases['Image_talk'] = NS_IMAGE_TALK;
+$wgNamespaceAliases['Image'] = NS_FILE;
+$wgNamespaceAliases['Image_talk'] = NS_FILE_TALK;
 
 /**
  * Initialise $wgLocalFileRepo from backwards-compatible settings