r82894 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82893‎ | r82894 | r82895 >
Date:15:30, 27 February 2011
Author:janpaul123
Status:ok
Tags:
Comment:
Modified paths:
  • /trunk/extensions/Cite/Cite_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Cite/Cite_body.php
@@ -1019,7 +1019,7 @@
10201020 * page should be reparsed, so we return false in that case.
10211021 */
10221022 function checkAnyRefs( &$output ) {
1023 - return ( empty( $this->mRefs ) );
 1023+ return ( count( $this->mRefs ) <= 0 );
10241024 }
10251025
10261026 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r83213Followup of r82891 and r82894. Fixes hook for InlineEditor, which forces a pa...janpaul12311:45, 4 March 2011

Status & tagging log