r96476 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96475‎ | r96476 | r96477 >
Date:19:40, 7 September 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: partial MFT of r96427
Modified paths:
  • /branches/wmf/1.17wmf1/includes/Skin.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/Skin.php
@@ -939,7 +939,7 @@
940940
941941 /** @return string Retrievied from HTML text */
942942 function printSource() {
943 - $url = htmlspecialchars( $this->mTitle->getFullURL() );
 943+ $url = htmlspecialchars( $this->mTitle->getCanonicalURL() );
944944 return wfMsg( 'retrievedfrom', '<a href="' . $url . '">' . $url . '</a>' );
945945 }
946946

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96427Fix r95655 per Formfix's CR:...raymond12:56, 7 September 2011

Status & tagging log