CRM-19958 Fix invalid name of variable subtype
authorscardinius <scardinius@chords.pl>
Thu, 2 Feb 2017 16:08:53 +0000 (17:08 +0100)
committerscardinius <scardinius@chords.pl>
Thu, 2 Feb 2017 16:08:53 +0000 (17:08 +0100)
CRM/Contact/BAO/ContactType.php

index a73acc4ef6f06e85df51f6c517eca53ba3978128..2efb3774647a65bfb06123aebd6bd05e9a00b335 100644 (file)
@@ -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