Change parent class on mailing_form
[civicrm-core.git] / CRM / Cxn / ApiRouter.php
index f1e9b0056eced4dbaa78acae7f8513e764c2bf7a..4ea90fdac0531007410c44cf86ccec2ebd579168 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.                                    |
  |                                                                    |
@@ -41,7 +41,7 @@ class CRM_Cxn_ApiRouter {
    * @return mixed
    */
   public static function route($cxn, $entity, $action, $params) {
-    $SUPER_PERM = array('administer CiviCRM');
+    $SUPER_PERM = ['administer CiviCRM'];
 
     require_once 'api/v3/utils.php';