Revert accidental commit of experimentation
authorRob Church <robchurch@users.mediawiki.org>
Fri, 30 Jun 2006 09:15:41 +0000 (09:15 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Fri, 30 Jun 2006 09:15:41 +0000 (09:15 +0000)
includes/CategoryPage.php

index 93f5d71..53d6997 100644 (file)
@@ -83,7 +83,7 @@ class CategoryPage extends Article {
                $limit = $wgCategoryPagingLimit;
                $res = $dbr->select(
                        array( 'page', 'categorylinks' ),
-                       array( 'page_title', 'page_namespace', 'page_is_redirect', 'page_len', 'cl_sortkey' ),
+                       array( 'page_title', 'page_namespace', 'page_len', 'cl_sortkey' ),
                        array( $pageCondition,
                               'cl_from          =  page_id',
                               'cl_to'           => $this->mTitle->getDBKey()),