From: Rob Church Date: Fri, 30 Jun 2006 09:15:41 +0000 (+0000) Subject: Revert accidental commit of experimentation X-Git-Tag: 1.31.0-rc.0~56513 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=3ff2991fbd8a6d1332562f664f3d697fedeea25c;p=lhc%2Fweb%2Fwiklou.git Revert accidental commit of experimentation --- diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index 93f5d71f3b..53d69971b9 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -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()),