API * better self-description for various modules
[lhc/web/wiklou.git] / includes / api / ApiFormatYaml.php
index adb23cd..006e973 100644 (file)
@@ -44,7 +44,7 @@ class ApiFormatYaml extends ApiFormatBase {
        }
 
        protected function getDescription() {
-               return 'Output data in YAML format';
+               return 'Output data in YAML format' . parent :: getDescription();
        }
 
        public function getVersion() {