API: Changing all modules' getParamDescription(), getAllowedParams() and getDescripti...
[lhc/web/wiklou.git] / includes / api / ApiFormatYaml.php
index d8c110b..66486fe 100644 (file)
@@ -45,7 +45,7 @@ class ApiFormatYaml extends ApiFormatBase {
                $this->printText(Spyc :: YAMLDump($this->getResultData()));
        }
 
-       protected function getDescription() {
+       public function getDescription() {
                return 'Output data in YAML format' . parent :: getDescription();
        }