mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-12-01 02:36:25 +00:00
Followup r82744 Always grep extensions, even for recent additions to the codebase.
This commit is contained in:
parent
ab606caf02
commit
bdf20cb5de
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue