X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FImport%2FController.php;h=d5536b2505f9015a65c3fcf7eb41ada6d7dd574e;hb=00ca8648aca9637f2678082ce09f98772533a8cc;hp=c1cf2c7a8715e041c37414fe93171db935d4af38;hpb=c1c4f1e167414705fbceb41881d8f5cf91ca2d63;p=civicrm-core.git diff --git a/CRM/Contact/Import/Controller.php b/CRM/Contact/Import/Controller.php index c1cf2c7a87..d5536b2505 100644 --- a/CRM/Contact/Import/Controller.php +++ b/CRM/Contact/Import/Controller.php @@ -1,9 +1,9 @@ _stateMachine = new CRM_Contact_Import_StateMachine($this, $action); + $this->_stateMachine = new CRM_Import_StateMachine($this, $action); // create and instantiate the pages $this->addPages($this->_stateMachine, $action);