EBernhardson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/150434
Change subject: Fix renamed variable missed in rebase
......................................................................
Fix renamed variable missed in rebase
Change-Id: If0a491fc34239a4f7f1058d21874f9cd48d7ccba
---
M includes/Block/TopicList.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow
refs/changes/34/150434/1
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: newchange
Gerrit-Change-Id: If0a491fc34239a4f7f1058d21874f9cd48d7ccba
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits