From 6225fbc04158561849e9e7774cb34bafe3300bdd Mon Sep 17 00:00:00 2001 From: Grisha Pomadchin Date: Tue, 6 May 2014 11:58:29 +0400 Subject: [PATCH] install crash fix --- intaro.intarocrm/install/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/intaro.intarocrm/install/index.php b/intaro.intarocrm/install/index.php index e4b0ec2a..75c5fe38 100755 --- a/intaro.intarocrm/install/index.php +++ b/intaro.intarocrm/install/index.php @@ -74,6 +74,8 @@ class intaro_intarocrm extends CModule { include($this->INSTALL_PATH . '/../classes/general/RestApi.php'); include($this->INSTALL_PATH . '/../classes/general/ICrmOrderActions.php'); include($this->INSTALL_PATH . '/../classes/general/ICMLLoader.php'); + include($this->INSTALL_PATH . '/../classes/general/Exception/ApiException.php'); + include($this->INSTALL_PATH . '/../classes/general/Exception/CurlException.php'); $step = intval($_REQUEST['step']);