small comment on top of function (about previous commit :)
authorDomas Mituzas <midom@users.mediawiki.org>
Thu, 15 Feb 2007 15:41:21 +0000 (15:41 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Thu, 15 Feb 2007 15:41:21 +0000 (15:41 +0000)
includes/SpecialCategories.php

index 9336214..eea2161 100644 (file)
@@ -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();