(bug 35855) fix min and max parameters in list=allcategories
authorPetr Onderka <gsvick@gmail.com>
Mon, 16 Apr 2012 18:40:00 +0000 (20:40 +0200)
committerPetr Onderka <gsvick@gmail.com>
Mon, 16 Apr 2012 18:43:17 +0000 (20:43 +0200)
commit23ab182801882a2ca42cde791b881c3771d42c89
treef302c47afc0308c5311c3048316e132de28c9a5f
parent0e6dc67f120910b959bb7081f6b2afaf4e4e696b
(bug 35855) fix min and max parameters in list=allcategories

API queries for list=allcategories with acdir=descending had the
acmin and acmax parameters in reverse, that is min behaved like max
and max behaved like min. This patch fixes the issue.

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