Merge pull request #13915 from colemanw/shortCRM
[civicrm-core.git] / CRM / Dashlet / Page / MyCases.php
index c19c057b7d50a2a7d477d65fcda902d80d9ffa43..071102fa3b4430cf193c52cf6721ad82ed030b9b 100644 (file)
@@ -62,7 +62,7 @@ class CRM_Dashlet_Page_MyCases extends CRM_Core_Page {
     $controller->process();
     $controller->run();
 
-    if (CRM_Case_BAO_Case::getCases(FALSE, array('type' => 'any'), $context, TRUE)) {
+    if (CRM_Case_BAO_Case::getCases(FALSE, ['type' => 'any'], $context, TRUE)) {
       $this->assign('casePresent', TRUE);
     }
     return parent::run();