Userlevels and grouplevels have been moved out to a 'steward' group. Make
[lhc/web/wiklou.git] / includes / CategoryPage.php
index 911f017..2922b71 100644 (file)
@@ -91,8 +91,8 @@ class CategoryPage extends Article {
                        array( 'page_title', 'page_namespace', 'cl_sortkey' ),
                        array( $pageCondition,
                               'cl_from          =  page_id',
-                              'cl_to'           => $this->mTitle->getDBKey(),
-                              'page_is_redirect' => 0),
+                              'cl_to'           => $this->mTitle->getDBKey()),
+                              #'page_is_redirect' => 0),
                        #+ $pageCondition,
                        $fname,
                        array( 'ORDER BY' => $flip ? 'cl_sortkey DESC' : 'cl_sortkey',