From 4f0e32e0325734a7e3c8edad3aeba78b3907f4aa Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 20 Jan 2016 21:08:30 -0500 Subject: [PATCH] CRM-17645 - Ensure utils file is included --- CRM/Utils/SQL.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/SQL.php b/CRM/Utils/SQL.php index dd878bf3b8..ed2db992ca 100644 --- a/CRM/Utils/SQL.php +++ b/CRM/Utils/SQL.php @@ -41,6 +41,7 @@ class CRM_Utils_SQL { * @return array */ public static function mergeSubquery($entity, $joinColumn = 'id') { + require_once 'api/v3/utils.php'; $baoName = _civicrm_api3_get_BAO($entity); $bao = new $baoName(); $clauses = $subclauses = array(); -- 2.25.1