Mattflaschen has uploaded a new change for review.

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

Change subject: Fix link to Flow posts
......................................................................

Fix link to Flow posts

Change-Id: I9e617c12b207930be294f68f0968de87117f35f6
---
M FlowThanksPresentationModel.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Thanks 
refs/changes/93/253493/1

diff --git a/FlowThanksPresentationModel.php b/FlowThanksPresentationModel.php
index 653206e..8fcea9e 100644
--- a/FlowThanksPresentationModel.php
+++ b/FlowThanksPresentationModel.php
@@ -23,7 +23,7 @@
                $title = Title::makeTitle(
                        $title->getNamespace(),
                        $title->getDBKey(),
-                       'flow-post' . $this->event->getExtraParam( 'post-id' )
+                       'flow-post-' . $this->event->getExtraParam( 'post-id' )
                );
 
                return array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e617c12b207930be294f68f0968de87117f35f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

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

Reply via email to