SG has uploaded a new change for review.

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

Change subject: Fix a misnamed variable from 28cbae3
......................................................................

Fix a misnamed variable from 28cbae3

Change-Id: I75e9a7c294ec9c6492d49a5b1faba4c6fc22f9ba
---
M includes/Data/BoardHistoryStorage.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/69/118669/1

diff --git a/includes/Data/BoardHistoryStorage.php 
b/includes/Data/BoardHistoryStorage.php
index 363d623..1d605fb 100644
--- a/includes/Data/BoardHistoryStorage.php
+++ b/includes/Data/BoardHistoryStorage.php
@@ -201,7 +201,7 @@
                );
 
                if ( $found ) {
-                       $topicListEntry = reset( $topicListEntry );
+                       $topicListEntry = reset( $found );
                        return $topicListEntry->getListId()->getBinary();
                } else {
                        return false;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I75e9a7c294ec9c6492d49a5b1faba4c6fc22f9ba
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: SG <[email protected]>

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

Reply via email to