API: Changing all modules' getParamDescription(), getAllowedParams() and getDescripti...
[lhc/web/wiklou.git] / includes / api / ApiFormatPhp.php
index 043cab5..c4f36e1 100644 (file)
@@ -45,7 +45,7 @@ class ApiFormatPhp extends ApiFormatBase {
                $this->printText(serialize($this->getResultData()));
        }
 
-       protected function getDescription() {
+       public function getDescription() {
                return 'Output data in serialized PHP format' . parent :: getDescription();
        }