From: Roan Kattouw Date: Fri, 15 Jul 2011 18:27:27 +0000 (+0000) Subject: Fix typo in r91154 X-Git-Tag: 1.31.0-rc.0~28814 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=5cd2a810360929084295548fb34c201a0664125a;p=lhc%2Fweb%2Fwiklou.git Fix typo in r91154 --- diff --git a/includes/api/ApiQueryAllCategories.php b/includes/api/ApiQueryAllCategories.php index 264e0fd704..dee52f162d 100644 --- a/includes/api/ApiQueryAllCategories.php +++ b/includes/api/ApiQueryAllCategories.php @@ -152,7 +152,7 @@ class ApiQueryAllCategories extends ApiQueryGeneratorBase { 'descending' ), ), - 'mine' => array( + 'min' => array( ApiBase::PARAM_DFLT => null, ApiBase::PARAM_TYPE => 'integer' ),