Merge "Fix casing of Whatlinkshere in page-linked presentation model"

This commit is contained in:
jenkins-bot 2015-12-23 18:54:17 +00:00 committed by Gerrit Code Review
commit 1ca53fe96a

View file

@ -28,7 +28,7 @@ class EchoPageLinkedPresentationModel extends EchoEventPresentationModel {
public function getSecondaryLinks() {
$whatLinksHereLink = array(
'url' => SpecialPage::getTitleFor( 'WhatLinkshere', $this->event->getTitle()->getPrefixedText() )->getFullURL(),
'url' => SpecialPage::getTitleFor( 'Whatlinkshere', $this->event->getTitle()->getPrefixedText() )->getFullURL(),
'label' => $this->msg( 'notification-link-text-what-links-here' )->text(),
'description' => '',
'icon' => false,