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

Change subject: Fix renamed variable missed in rebase
......................................................................


Fix renamed variable missed in rebase

Fixes create new topic.

Change-Id: If0a491fc34239a4f7f1058d21874f9cd48d7ccba
---
M includes/Block/TopicList.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/Block/TopicList.php b/includes/Block/TopicList.php
index 3065589..e59fb19 100644
--- a/includes/Block/TopicList.php
+++ b/includes/Block/TopicList.php
@@ -144,7 +144,7 @@
                $storage = $this->storage;
                $metadata = array(
                        'workflow' => $this->topicWorkflow,
-                       'topic-title' => $this->topicPost,
+                       'topic-title' => $this->topicTitle,
                );
 
                $storage->put( $this->topicListEntry, $metadata );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If0a491fc34239a4f7f1058d21874f9cd48d7ccba
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: SG <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to