API: Changing all modules' getParamDescription(), getAllowedParams() and getDescripti...
[lhc/web/wiklou.git] / includes / api / ApiHelp.php
index 21150a6..1ee58d3 100644 (file)
@@ -50,7 +50,7 @@ class ApiHelp extends ApiBase {
                return false;
        }
 
-       protected function getDescription() {
+       public function getDescription() {
                return array (
                        'Display this help screen.'
                );