diff options
Diffstat (limited to 'includes/api/ApiProtect.php')
-rw-r--r-- | includes/api/ApiProtect.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/api/ApiProtect.php b/includes/api/ApiProtect.php index 6c43b4623e10..0dfa6a99f399 100644 --- a/includes/api/ApiProtect.php +++ b/includes/api/ApiProtect.php @@ -193,9 +193,7 @@ class ApiProtect extends ApiBase { } public function getDescription() { - return array( - 'Change the protection level of a page' - ); + return 'Change the protection level of a page'; } public function getPossibleErrors() { |