aboutsummaryrefslogtreecommitdiffstats
path: root/includes/export/DumpStringOutput.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/export/DumpStringOutput.php')
-rw-r--r--includes/export/DumpStringOutput.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/export/DumpStringOutput.php b/includes/export/DumpStringOutput.php
index 5168225179b1..837a62d62842 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;
}
}