Fix for buf #1026, where next/prev page links point to the wrong place.
authorShane King <shaneking@users.mediawiki.org>
Tue, 7 Dec 2004 05:35:14 +0000 (05:35 +0000)
committerShane King <shaneking@users.mediawiki.org>
Tue, 7 Dec 2004 05:35:14 +0000 (05:35 +0000)
includes/SpecialUncategorizedcategories.php

index 77afdf2..af24c82 100755 (executable)
@@ -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
+?>