Merge pull request #1 from civicrm/master
[civicrm-core.git] / CRM / SMS / Controller / Send.php
index 44adddd5c1d10c787e8f982dedc9ba11dc3d3faa..9466a425ffdc682e7a1d6628ea7a339d830b4e06 100644 (file)
@@ -62,7 +62,7 @@ class CRM_SMS_Controller_Send extends CRM_Core_Controller {
     $this->addPages($this->_stateMachine, $action);
 
     // add all the actions
-    $uploadNames = array_merge(array('textFile'),
+    $uploadNames = array_merge(['textFile'],
       CRM_Core_BAO_File::uploadNames()
     );