Merge pull request #1 from civicrm/master
[civicrm-core.git] / CRM / SMS / Controller / Send.php
index 51b0e4ac6fd91827dfaeb36e8838160ce26d7890..9466a425ffdc682e7a1d6628ea7a339d830b4e06 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2018                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  */
 class CRM_SMS_Controller_Send extends CRM_Core_Controller {
 
@@ -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()
     );