Merge pull request #14307 from seamuslee001/dao_style
[civicrm-core.git] / CRM / Activity / Import / Controller.php
index 6d69fc759ca1cbd2bd32c0f9e486c9fc8b543848..9edc8e66b4e3b043a5abdee243f9bb73a3442fec 100644 (file)
@@ -54,7 +54,7 @@ class CRM_Activity_Import_Controller extends CRM_Core_Controller {
 
     // add all the actions
     $config = CRM_Core_Config::singleton();
-    $this->addActions($config->uploadDir, array('uploadFile'));
+    $this->addActions($config->uploadDir, ['uploadFile']);
   }
 
 }