* (bug 6472) Fix regression in Special:Export with multiple pages
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 28 Jun 2006 19:45:41 +0000 (19:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 28 Jun 2006 19:45:41 +0000 (19:45 +0000)
RELEASE-NOTES
includes/SpecialExport.php

index d435114..4ca8b1b 100644 (file)
@@ -589,6 +589,8 @@ Some default configuration options have changed:
 * Show a more specific message when an anonymous user tries to access Special:Watchlist
 * (bug 3278) Paging links in Special:Prefixindex
 * Added Latvian localization (lv)
+* (bug 6472) Fix regression in Special:Export with multiple pages
+
 
 == Compatibility ==
 
index e589b57..73dcbcd 100644 (file)
@@ -80,7 +80,7 @@ function wfSpecialExport( $page = '' ) {
                                        }
                                }
                        }
-                       $exporter->pagesByName( $pages );
+                       $exporter->pageByName( $page );
                }
                
                $exporter->closeStream();