From: Roan Kattouw Date: Mon, 4 Feb 2008 17:23:05 +0000 (+0000) Subject: Consistency X-Git-Tag: 1.31.0-rc.0~49621 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=2a13fafebd2dc7d539fd37ad549627371aed52d5;p=lhc%2Fweb%2Fwiklou.git Consistency --- diff --git a/includes/api/ApiQueryCategoryMembers.php b/includes/api/ApiQueryCategoryMembers.php index dd63f80929..c98b4d66e8 100644 --- a/includes/api/ApiQueryCategoryMembers.php +++ b/includes/api/ApiQueryCategoryMembers.php @@ -59,7 +59,7 @@ class ApiQueryCategoryMembers extends ApiQueryGeneratorBase { } else if(is_null($params['title'])) $categoryTitle = Title::makeTitleSafe(NS_CATEGORY, $params['category']); else - $this->dieUsage("The category and title parameters can't be used together", 'titleandcategory'); + $this->dieUsage("The cmcategory and cmtitle parameters can't be used together", 'titleandcategory'); if ( is_null( $categoryTitle ) || $categoryTitle->getNamespace() != NS_CATEGORY ) $this->dieUsage("The category name you entered is not valid", 'invalidcategory');