From: Shane King Date: Tue, 7 Dec 2004 05:35:14 +0000 (+0000) Subject: Fix for buf #1026, where next/prev page links point to the wrong place. X-Git-Tag: 1.5.0alpha1~1139 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=927e08647910291ac23a11214a75c1b704a99302;p=lhc%2Fweb%2Fwiklou.git Fix for buf #1026, where next/prev page links point to the wrong place. --- diff --git a/includes/SpecialUncategorizedcategories.php b/includes/SpecialUncategorizedcategories.php index 77afdf2780..af24c824b0 100755 --- a/includes/SpecialUncategorizedcategories.php +++ b/includes/SpecialUncategorizedcategories.php @@ -27,10 +27,10 @@ class UncategorizedCategoriesPage extends UncategorizedPagesPage { function wfSpecialUncategorizedcategories() { list( $limit, $offset ) = wfCheckLimits(); - $lpp = new UncategorizedPagesPage(); + $lpp = new UncategorizedCategoriesPage(); $lpp->requestedNamespace = NS_CATEGORY; return $lpp->doQuery( $offset, $limit ); } -?> \ No newline at end of file +?>