Merge pull request #17197 from eileenmcnaughton/act_r_test
[civicrm-core.git] / CRM / Case / XMLRepository.php
index 19ed92f2d0f55a9abc8e5accded9f1dabc68757d..8e1853bd59ab750c75893ca54476b4e16b7397b6 100644 (file)
@@ -94,7 +94,7 @@ class CRM_Case_XMLRepository {
     //  throw new CRM_Core_Exception("Cannot load caseType with malformed name [$caseType]");
     //}
 
-    if (!CRM_Utils_Array::value($caseType, $this->xml)) {
+    if (empty($this->xml[$caseType])) {
       $fileXml = $this->retrieveFile($caseType);
       if ($fileXml) {
         $this->xml[$caseType] = $fileXml;