mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-12 01:14:26 +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.
|
||||
*/
|
||||
function checkAnyRefs( &$output ) {
|
||||
return ( empty( $this->mRefs ) );
|
||||
return ( count( $this->mRefs ) <= 0 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue