aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiWatch.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiWatch.php')
-rw-r--r--includes/api/ApiWatch.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/api/ApiWatch.php b/includes/api/ApiWatch.php
index 60c95d0a6a65..e9db6980b3f3 100644
--- a/includes/api/ApiWatch.php
+++ b/includes/api/ApiWatch.php
@@ -89,9 +89,7 @@ class ApiWatch extends ApiBase {
}
public function getDescription() {
- return array(
- 'Add or remove a page from/to the current user\'s watchlist'
- );
+ return 'Add or remove a page from/to the current user\'s watchlist';
}
public function getPossibleErrors() {