jenkins-bot has submitted this change and it was merged. Change subject: Another fix for Cargo 0.8 ......................................................................
Another fix for Cargo 0.8 Change-Id: If6d2a77c65e2e0f4160c99a662c34755b440caef --- M includes/SF_AutocompleteAPI.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Yaron Koren: Checked; Looks good to me, approved jenkins-bot: Verified diff --git a/includes/SF_AutocompleteAPI.php b/includes/SF_AutocompleteAPI.php index a6407a0..78e6c2b 100644 --- a/includes/SF_AutocompleteAPI.php +++ b/includes/SF_AutocompleteAPI.php @@ -303,7 +303,7 @@ } } - $sqlQuery = CargoSQLQuery::newFromValues( $tablesStr, $fieldsStr, $whereStr, $joinOnStr, $cargoField, $cargoField, $sfgMaxAutocompleteValues ); + $sqlQuery = CargoSQLQuery::newFromValues( $tablesStr, $fieldsStr, $whereStr, $joinOnStr, $cargoField, $havingStr = null, $cargoField, $sfgMaxAutocompleteValues ); $cargoFieldAlias = str_replace( '_', ' ', $cargoField ); $queryResults = $sqlQuery->run(); -- To view, visit https://gerrit.wikimedia.org/r/215279 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If6d2a77c65e2e0f4160c99a662c34755b440caef Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticForms Gerrit-Branch: master Gerrit-Owner: Yaron Koren <yaro...@gmail.com> Gerrit-Reviewer: Yaron Koren <yaro...@gmail.com> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits