Legoktm has uploaded a new change for review.

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

Change subject: MentionPresentationModel: Use new style secondary links
......................................................................

MentionPresentationModel: Use new style secondary links

Change-Id: I860ff1f71205864e0e7df27b38d1828cbfb1b8c6
---
M includes/formatters/MentionPresentationModel.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/37/259537/1

diff --git a/includes/formatters/MentionPresentationModel.php 
b/includes/formatters/MentionPresentationModel.php
index c5d47db..0c33481 100644
--- a/includes/formatters/MentionPresentationModel.php
+++ b/includes/formatters/MentionPresentationModel.php
@@ -105,7 +105,8 @@
                        'diff' => $this->event->getExtraParam( 'revid' )
                ) );
                return array(
-                       $url => $this->msg( 
'notification-link-text-view-changes' )->text()
+                       'url' => $url,
+                       'label' => $this->msg( 
'notification-link-text-view-changes' )->text(),
                );
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I860ff1f71205864e0e7df27b38d1828cbfb1b8c6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to