Merge "Remove FileRepoStatus references"
[lhc/web/wiklou.git] / includes / export / DumpStringOutput.php
index 5168225..837a62d 100644 (file)
@@ -39,7 +39,7 @@ class DumpStringOutput extends DumpOutput {
         *
         * @return string
         */
-       public function getOutput() {
+       public function __toString() {
                return $this->output;
        }
 }