From 5cd2a810360929084295548fb34c201a0664125a Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 15 Jul 2011 18:27:27 +0000 Subject: [PATCH] Fix typo in r91154 --- includes/api/ApiQueryAllCategories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ), -- 2.20.1