From 6c10483a1ff544c4eb5b428c22c9f5831c0f4efa Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Thu, 15 Feb 2007 15:41:21 +0000 Subject: [PATCH] small comment on top of function (about previous commit :) --- includes/SpecialCategories.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SpecialCategories.php b/includes/SpecialCategories.php index 93362146c2..eea2161227 100644 --- a/includes/SpecialCategories.php +++ b/includes/SpecialCategories.php @@ -29,6 +29,7 @@ class CategoryPager extends AlphabeticPager { return "cl_to"; } + /* Override getBody to apply LinksBatch on resultset before actually outputting anything. */ function getBody() { if (!$this->mQueryDone) { $this->doQuery(); -- 2.20.1