Matthias Mullie has uploaded a new change for review.

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


Change subject: If there's a fragment, it's probably important enough to 
include it
......................................................................

If there's a fragment, it's probably important enough to include it

Change-Id: I6c06d511d6a1ab3d6358a0d8f028154f710c7802
---
M formatters/NotificationFormatter.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/formatters/NotificationFormatter.php 
b/formatters/NotificationFormatter.php
index e68f5ef..2f9ef98 100644
--- a/formatters/NotificationFormatter.php
+++ b/formatters/NotificationFormatter.php
@@ -101,7 +101,7 @@
         * @return string Text suitable for output format
         */
        protected function formatTitle( $title ) {
-               return $title->getPrefixedText();
+               return $title->getFullText();
        }
 
        /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6c06d511d6a1ab3d6358a0d8f028154f710c7802
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <mmul...@wikimedia.org>

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

Reply via email to