From: John Du Hart Date: Fri, 26 Aug 2011 22:56:31 +0000 (+0000) Subject: API get functions should be public X-Git-Tag: 1.31.0-rc.0~28053 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=d07e1d1a062774c6fa12ce23d46d6933d7d7b4b7;p=lhc%2Fweb%2Fwiklou.git API get functions should be public --- diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index cf64ede2e3..4cfa34389a 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -371,7 +371,7 @@ class ApiEditPage extends ApiBase { return true; } - protected function getDescription() { + public function getDescription() { return 'Create and edit pages.'; }