r22939 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22938‎ | r22939 | r22940 >
Date:23:10, 12 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Fix regression from r22867
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -644,7 +644,7 @@
645645 $upload = SpecialPage::getTitleFor( 'Upload' );
646646 if( $text == '' )
647647 $text = htmlspecialchars( $title->getPrefixedText() );
648 - $q = 'wpDestFile=' . $title->getPrefixedUrl();
 648+ $q = 'wpDestFile=' . $title->getPartialUrl();
649649 if( $query != '' )
650650 $q .= '&' . $query;
651651 list( $inside, $trail ) = self::splitTrail( $trail );

Follow-up revisions

RevisionCommit summaryAuthorDate
r22967Merged revisions 22935-22966 via svnmerge from...david18:35, 13 June 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r22867* Clean up and document Linker::makeBrokenImageLinkObj()...robchurch16:19, 9 June 2007

Status & tagging log