Revert "Do not show empty categories with list=allcategories"
authorPetr Onderka <gsvick@gmail.com>
Wed, 18 Jul 2012 10:10:41 +0000 (12:10 +0200)
committerPetr Onderka <gsvick@gmail.com>
Wed, 18 Jul 2012 10:21:32 +0000 (12:21 +0200)
commit0ec20050d0dd7b985bf135cf5ecc8d20423f84d8
treea50511406649a90af046d053a08895568fefe21a
parentc1394f46a1ee23f47766ee6bf36295272355e086
Revert "Do not show empty categories with list=allcategories"

This reverts commit 4b9bd6a4dba57026b2f18d4024b021407e52ff4f.

This change made allcategories less useful,
because it means it's impossible to list empty categories
(previously, acmax=0 did that).

To exclude empty categories, acmin=1 can be used.

Change-Id: I7943507c4cb7d752f82caa69ce3edb0b31ca9463
includes/api/ApiQueryAllCategories.php