diff --git a/Cite_body.php b/Cite_body.php index 3a3d37c3..a61671f0 100644 --- a/Cite_body.php +++ b/Cite_body.php @@ -621,7 +621,7 @@ class Cite { wfProfileOut( __METHOD__ . '-cache-get' ); } - if ( !$data || !$this->mParser->isValidHalfParsedData( $data ) ) { + if ( !$data || !$this->mParser->isValidHalfParsedText( $data ) ) { wfProfileIn( __METHOD__ . '-parse' ); // Live hack: parse() adds two newlines on WM, can't reproduce it locally -ævar