diff options
Diffstat (limited to 'includes/api/ApiWatch.php')
-rw-r--r-- | includes/api/ApiWatch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiWatch.php b/includes/api/ApiWatch.php index 96bf5339cfdd..13220cb35935 100644 --- a/includes/api/ApiWatch.php +++ b/includes/api/ApiWatch.php @@ -118,7 +118,7 @@ class ApiWatch extends ApiBase { ) ); } - protected function getExamples() { + public function getExamples() { return array( 'api.php?action=watch&title=Main_Page', 'api.php?action=watch&title=Main_Page&unwatch=', |