Foxtrott has uploaded a new change for review.

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

Change subject: Fix Message icon linking to non-existent page
......................................................................

Fix Message icon linking to non-existent page

Bug: T100550
Change-Id: I5a5e68b8e3a6854da3f7c52d649a0176e6664cf0
---
M src/Components/NavbarHorizontal.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/chameleon 
refs/changes/29/214129/1

diff --git a/src/Components/NavbarHorizontal.php 
b/src/Components/NavbarHorizontal.php
index 7f1a0fd..fea2ba8 100644
--- a/src/Components/NavbarHorizontal.php
+++ b/src/Components/NavbarHorizontal.php
@@ -355,7 +355,7 @@
 
                                $ret .= $this->indent() . '<li 
class="navbar-newtalk-notifier">' .
                                        $this->indent( 1 ) . '<a 
class="dropdown-toggle glyphicon glyphicon-envelope ' . $newtalkClass . '" 
title="' .
-                                       $newtalkLinkText . '" href="' . 
$user->getTalkPage()->getLinkURL() . '?redirect=no"></a>' .
+                                       $newtalkLinkText . '" href="' . 
$user->getTalkPage()->getLinkURL('redirect=no') . '"></a>' .
                                        $this->indent( -1 ) . '</li>';
 
                        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a5e68b8e3a6854da3f7c52d649a0176e6664cf0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to