Fix category count when category table out of sync
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 29 Aug 2010 21:21:57 +0000 (21:21 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 29 Aug 2010 21:21:57 +0000 (21:21 +0000)
commit95d757240354d15576ad8e2085db0969859c561f
tree4cbc8851de67d726d9d020057987ec907a6cd1eb
parent5f4494499bb0db07ef1752ef0c92f207edc3bcf2
Fix category count when category table out of sync

This should fix a regression from my category sort work, caused by not
accounting for the the fact that $this->from and $this->until were
changed to arrays.  Wrong counts for the number of pages in the category
might have been displayed in some cases.
includes/CategoryPage.php