X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FImport%2FController.php;h=a28f43fa45fe7996c0d822c14a9872af31fb6283;hb=95ca1e4e775ce88e3f371abe8390a3526ba537e7;hp=d98ad15bc29f92db2ebe5502a854b9ca864afe9b;hpb=6a4880350680e1e4d20e5c8a622a791f926ca750;p=civicrm-core.git diff --git a/CRM/Contribute/Import/Controller.php b/CRM/Contribute/Import/Controller.php index d98ad15bc2..a28f43fa45 100644 --- a/CRM/Contribute/Import/Controller.php +++ b/CRM/Contribute/Import/Controller.php @@ -1,9 +1,9 @@ _stateMachine = new CRM_Contribute_Import_StateMachine($this, $action); + $this->_stateMachine = new CRM_Import_StateMachine($this, $action); // create and instantiate the pages $this->addPages($this->_stateMachine, $action);