X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexport%2FDumpStringOutput.php;h=837a62d62842bf0876f6bf04e64a3dc9974d542b;hb=72bd7a4decb46653dc7acbf22ac01bceee275a4e;hp=5168225179b118e44f15fa2317edbd073e3e6b70;hpb=5e9df2809a0b0f55e08d56dbbbc684a4122c3370;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/export/DumpStringOutput.php b/includes/export/DumpStringOutput.php index 5168225179..837a62d628 100644 --- a/includes/export/DumpStringOutput.php +++ b/includes/export/DumpStringOutput.php @@ -39,7 +39,7 @@ class DumpStringOutput extends DumpOutput { * * @return string */ - public function getOutput() { + public function __toString() { return $this->output; } }