jenkins-bot has submitted this change and it was merged.
Change subject: Bug: TopicHistoryStorage::find() doesnt work
......................................................................
Bug: TopicHistoryStorage::find() doesnt work
Change-Id: I5e591938da531eae32db53afebebfa979e6540c0
---
M includes/Data/Storage/TopicHistoryStorage.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Matthias Mullie: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/Data/Storage/TopicHistoryStorage.php
b/includes/Data/Storage/TopicHistoryStorage.php
index 3fe5199..0cc3052 100644
--- a/includes/Data/Storage/TopicHistoryStorage.php
+++ b/includes/Data/Storage/TopicHistoryStorage.php
@@ -32,7 +32,7 @@
}
public function find( array $attributes, array $options = array() ) {
- $multi = $this->findMulti( $attributes, $options );
+ $multi = $this->findMulti( array( $attributes ), $options );
if ( $multi ) {
return reset( $multi );
}
--
To view, visit https://gerrit.wikimedia.org/r/174899
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5e591938da531eae32db53afebebfa979e6540c0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits