mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-13 18:27:06 +00:00
This commit is contained in:
parent
efb47a9d90
commit
1aac56bb83
|
@ -1019,7 +1019,7 @@ class Cite {
|
||||||
* page should be reparsed, so we return false in that case.
|
* page should be reparsed, so we return false in that case.
|
||||||
*/
|
*/
|
||||||
function checkAnyRefs( &$output ) {
|
function checkAnyRefs( &$output ) {
|
||||||
return ( empty( $this->mRefs ) );
|
return ( count( $this->mRefs ) <= 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue