r99017 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99016‎ | r99017 | r99018 >
Date:17:57, 5 October 2011
Author:catrope
Status:ok
Tags:
Comment:
1.18wmf1: MFT r99016
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/LiquidThreads/classes/View.php
@@ -65,7 +65,7 @@
6666 if( $relative ) {
6767 return $title->getLocalUrl( $queryString );
6868 } else {
69 - return $title->getFullUrl( $queryString );
 69+ return $title->getCanonicalUrl( $queryString );
7070 }
7171 }
7272

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99016(bug 31354) Make permalinks canonical, not protocol-relative.catrope17:53, 5 October 2011

Status & tagging log