jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I9e617c12b207930be294f68f0968de87117f35f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to