X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FTextContentHandler.php;h=e3dc187ffe6831199680c1a01e811faa596d8d9d;hb=cc41773f61c23b922fe4cfc513b105ec4d32eeec;hp=0978ffc288ea1af3e7fae4d965455fdc3dd6fc22;hpb=4e021bb8d4741d5af0f02942fe3c33a19e7fabca;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/TextContentHandler.php b/includes/content/TextContentHandler.php index 0978ffc288..e3dc187ffe 100644 --- a/includes/content/TextContentHandler.php +++ b/includes/content/TextContentHandler.php @@ -45,7 +45,7 @@ class TextContentHandler extends ContentHandler { public function serializeContent( Content $content, $format = null ) { $this->checkFormat( $format ); - return $content->getNativeData(); + return $content->getText(); } /**