From: Coleman Watts Date: Thu, 21 Jan 2016 02:08:30 +0000 (-0500) Subject: CRM-17645 - Ensure utils file is included X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4f0e32e0325734a7e3c8edad3aeba78b3907f4aa;p=civicrm-core.git CRM-17645 - Ensure utils file is included --- 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();