X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexport%2FDumpStringOutput.php;h=837a62d62842bf0876f6bf04e64a3dc9974d542b;hb=571d305cceb7749a05e43debec95317c497d69c6;hp=5168225179b118e44f15fa2317edbd073e3e6b70;hpb=81daa69f8b8493469570c9e6cb7cc8cae43697c1;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; } }