aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiHelp.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiHelp.php')
-rw-r--r--includes/api/ApiHelp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiHelp.php b/includes/api/ApiHelp.php
index 89dbf10d119b..4a43047011a5 100644
--- a/includes/api/ApiHelp.php
+++ b/includes/api/ApiHelp.php
@@ -139,7 +139,7 @@ class ApiHelp extends ApiBase {
return 'Display this help screen. Or the help screen for the specified module';
}
- protected function getExamples() {
+ public function getExamples() {
return array(
'Whole help page:',
' api.php?action=help',