X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FStateMachine%2FSearch.php;h=10ea007b3578425044cda55c3128693403e5e3da;hb=f6377d13a900441a52a30224ebe2093f032ad9b0;hp=3cb075d4f6e0c2d6ef2ba0cbe7f04d22e4986a5e;hpb=52c503aac03bba16dff98f57d5647fb98168e9b7;p=civicrm-core.git diff --git a/CRM/Event/StateMachine/Search.php b/CRM/Event/StateMachine/Search.php index 3cb075d4f6..10ea007b35 100644 --- a/CRM/Event/StateMachine/Search.php +++ b/CRM/Event/StateMachine/Search.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | + | Copyright CiviCRM LLC (c) 2004-2020 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2020 * $Id$ * */ @@ -50,7 +50,7 @@ class CRM_Event_StateMachine_Search extends CRM_Core_StateMachine { public function __construct($controller, $action = CRM_Core_Action::NONE) { parent::__construct($controller, $action); - $this->_pages = array(); + $this->_pages = []; $this->_pages['CRM_Event_Form_Search'] = NULL; list($task, $result) = $this->taskName($controller, 'Search');