Skip to content

Commit

Permalink
Merge pull request #15008 from civicrm/5.17
Browse files Browse the repository at this point in the history
5.17
  • Loading branch information
seamuslee001 authored Aug 10, 2019
2 parents 3465210 + 574fb5d commit d2c5a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/DAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ public static function &singleValueQuery(
* @return string
* @throws Exception
*/
public static function composeQuery($query, $params, $abort = TRUE) {
public static function composeQuery($query, $params = [], $abort = TRUE) {
$tr = [];
foreach ($params as $key => $item) {
if (is_numeric($key)) {
Expand Down

0 comments on commit d2c5a25

Please sign in to comment.