Make Special:Allpages/User:Foo actually work. Patch by Mormegil
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 27 Aug 2008 20:28:12 +0000 (20:28 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 27 Aug 2008 20:28:12 +0000 (20:28 +0000)
CREDITS
includes/specials/SpecialAllpages.php

diff --git a/CREDITS b/CREDITS
index 78d156b..b4a28da 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -40,6 +40,7 @@ following names for their contribution to the product.
 * Danny B.
 * Louperivois
 * Max Semenik
+* Mormegil
 * RememberTheDot
 
 == Translators ==
index efc3dc9..f27c120 100644 (file)
@@ -276,7 +276,7 @@ class SpecialAllpages extends IncludableSpecialPage {
                        $namespace = NS_MAIN;
                } else {
                        list( $namespace, $fromKey, $from ) = $fromList;
-                       list( $namespace, $toKey, $to ) = $toList;
+                       list( $namespace2, $toKey, $to ) = $toList;
 
                        $dbr = wfGetDB( DB_SLAVE );
                        $conds = array(