Jan Paul Posma 2011-02-27 15:30:35 +00:00
parent efb47a9d90
commit 1aac56bb83

View file

@ -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 );
}
/**