Followup r82744 Always grep extensions, even for recent additions to the codebase.

This commit is contained in:
Mark A. Hershberger 2011-02-24 23:06:12 +00:00
parent ab606caf02
commit bdf20cb5de

View file

@ -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