Merge "Fix ApiCreateAccountTest for $wgEnableEmail = false;"
[lhc/web/wiklou.git] / includes / api / ApiFormatTxt.php
index 7141459..3e1f592 100644 (file)
@@ -48,8 +48,4 @@ class ApiFormatTxt extends ApiFormatBase {
        public function getDescription() {
                return 'Output data in PHP\'s print_r() format' . parent::getDescription();
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }