X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPledge%2FStateMachine%2FSearch.php;h=1bf31c5c09b48719ddc1ae7aa36a0243dbf519db;hb=8632e9d72d4868df3ac5bc7fe2f7e9a28a374e2a;hp=3be9a36a75d1e3a359bb055b370050742915f187;hpb=c7b6016eb318e6feb668af52cca2e582a8ed571c;p=civicrm-core.git diff --git a/CRM/Pledge/StateMachine/Search.php b/CRM/Pledge/StateMachine/Search.php index 3be9a36a75..1bf31c5c09 100644 --- a/CRM/Pledge/StateMachine/Search.php +++ b/CRM/Pledge/StateMachine/Search.php @@ -48,7 +48,7 @@ class CRM_Pledge_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_Pledge_Form_Search'] = NULL; list($task, $result) = $this->taskName($controller, 'Search');