Index: trunk/extensions/Cite/Cite_body.php |
— | — | @@ -1019,7 +1019,7 @@ |
1020 | 1020 | * page should be reparsed, so we return false in that case. |
1021 | 1021 | */ |
1022 | 1022 | function checkAnyRefs( &$output ) { |
1023 | | - return ( empty( $this->mRefs ) ); |
| 1023 | + return ( count( $this->mRefs ) <= 0 ); |
1024 | 1024 | } |
1025 | 1025 | |
1026 | 1026 | /** |