X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FContentHandler.php;h=ae47b860566b278dc1e6ff2666fcaffca2aa1374;hb=cb73d93711b94bc3e174bad296a64205999fa67d;hp=5c18a330cb0d0adeb8433f3255f1263dee169ed3;hpb=9ef78ab4c18ccb352043b87f371cc0a642f0166c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index 5c18a330cb..ae47b86056 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -88,7 +88,7 @@ abstract class ContentHandler { } if ( $content instanceof TextContent ) { - return $content->getNativeData(); + return $content->getText(); } wfDebugLog( 'ContentHandler', 'Accessing ' . $content->getModel() . ' content as text!' );