Alex Monk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/50714


Change subject: (bug 45249) Comment text diff links in thread history should be 
protocol-relative
......................................................................

(bug 45249) Comment text diff links in thread history should be 
protocol-relative

Change-Id: I7a310efeaa2d878bec95f6cdca9a8a903aad4b4a
---
M classes/View.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LiquidThreads 
refs/changes/14/50714/1

diff --git a/classes/View.php b/classes/View.php
index 3a1232d..2f4b5b0 100644
--- a/classes/View.php
+++ b/classes/View.php
@@ -222,7 +222,7 @@
 
        static function diffPermalinkURL( $thread, $revision ) {
                $query = self::diffQuery( $thread, $revision );
-               return self::permalinkUrl( $thread, null, null, $query, false );
+               return wfExpandUrl( self::permalinkUrl( $thread, null, null, 
$query ) );
        }
 
        static function diffPermalink( $thread, $text, $revision ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/50714
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a310efeaa2d878bec95f6cdca9a8a903aad4b4a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LiquidThreads
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <kren...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to