From 07b03c1e4e04c2b409aeba441f081369d04c0596 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 20 Jul 2021 21:53:08 -0400 Subject: [PATCH] Capitalization Fix --- Civi/Api4/Query/SqlFunctionGROUP_CONCAT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Civi/Api4/Query/SqlFunctionGROUP_CONCAT.php b/Civi/Api4/Query/SqlFunctionGROUP_CONCAT.php index d3fabe1164..c4b9b923a1 100644 --- a/Civi/Api4/Query/SqlFunctionGROUP_CONCAT.php +++ b/Civi/Api4/Query/SqlFunctionGROUP_CONCAT.php @@ -24,7 +24,7 @@ class SqlFunctionGROUP_CONCAT extends SqlFunction { [ 'prefix' => ['', 'DISTINCT', 'ALL'], 'max_expr' => 1, - 'must_be' => ['SqlField', 'sqlFunction'], + 'must_be' => ['SqlField', 'SqlFunction'], 'optional' => FALSE, ], [ -- 2.25.1