Merge "Add framework for file warnings"
[lhc/web/wiklou.git] / includes / api / ApiFormatTxt.php
index c451ed7..505b259 100644 (file)
@@ -43,7 +43,7 @@ class ApiFormatTxt extends ApiFormatBase {
                $this->printText( print_r( $this->getResultData(), true ) );
        }
 
-       public function getDescription() {
-               return 'DEPRECATED! Output data in PHP\'s print_r() format' . parent::getDescription();
+       public function isDeprecated() {
+               return true;
        }
 }