r65580 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65579‎ | r65580 | r65581 >
Date:18:15, 27 April 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix for r65579: removed "!" that should really not be there...
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1114,7 +1114,7 @@
11151115
11161116 $target = Title::newFromText( $linkTarget );
11171117 if( $target ) {
1118 - if( $target->getText() == '' && !$target->getInterwiki() === ''
 1118+ if( $target->getText() == '' && $target->getInterwiki() === ''
11191119 && !$this->commentLocal && $this->commentContextTitle )
11201120 {
11211121 $newTarget = clone( $this->commentContextTitle );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65579* (bug 23298) Interwiki links with prefix only in log summaries now link to t...ialex18:09, 27 April 2010

Status & tagging log