Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
[lhc/web/wiklou.git] / includes / specials / SpecialExport.php
index b99c84d..898b5a7 100644 (file)
@@ -71,7 +71,7 @@ function wfExportGetTemplates( $inputPages, $pageSet ) {
 function wfExportGetImages( $inputPages, $pageSet ) {
        return wfExportGetLinks( $inputPages, $pageSet,
                'imagelinks',
-               array( NS_IMAGE . ' AS namespace', 'il_to AS title' ),
+               array( NS_FILE . ' AS namespace', 'il_to AS title' ),
                array( 'page_id=il_from' ) );
 }