From: scardinius Date: Thu, 2 Feb 2017 16:08:53 +0000 (+0100) Subject: CRM-19958 Fix invalid name of variable subtype X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8ed93e753c3a2ba0870d7cd55ca3ee76492969c8;p=civicrm-core.git CRM-19958 Fix invalid name of variable subtype --- diff --git a/CRM/Contact/BAO/ContactType.php b/CRM/Contact/BAO/ContactType.php index a73acc4ef6..2efb377464 100644 --- a/CRM/Contact/BAO/ContactType.php +++ b/CRM/Contact/BAO/ContactType.php @@ -842,7 +842,7 @@ LIMIT 1"; $customSet = $subTypeClause = array(); foreach ($subtypeSet as $subtype) { $subtype = CRM_Utils_Type::escape($subtype, 'String'); - $subType = CRM_Core_DAO::VALUE_SEPARATOR . $subtype . CRM_Core_DAO::VALUE_SEPARATOR; + $subtype = CRM_Core_DAO::VALUE_SEPARATOR . $subtype . CRM_Core_DAO::VALUE_SEPARATOR; $subTypeClause[] = "extends_entity_column_value LIKE '%{$subtype}%' "; } $query = "SELECT table_name