From f8e378a7a7d33e09efa9e636a79eafc6e0b205ae Mon Sep 17 00:00:00 2001 From: Konstantin Ivanchenko Date: Thu, 14 Jul 2016 11:46:34 +0300 Subject: [PATCH] include Logger.php in install --- intaro.intarocrm/install/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/intaro.intarocrm/install/index.php b/intaro.intarocrm/install/index.php index 4ceff690..47d3be15 100644 --- a/intaro.intarocrm/install/index.php +++ b/intaro.intarocrm/install/index.php @@ -80,6 +80,7 @@ class intaro_intarocrm extends CModule { include($this->INSTALL_PATH . '/../classes/general/Response/ApiResponse.php'); include($this->INSTALL_PATH . '/../classes/general/ICrmOrderActions.php'); include($this->INSTALL_PATH . '/../classes/general/ICMLLoader.php'); + include($this->INSTALL_PATH . '/../classes/general/Logger.php'); include($this->INSTALL_PATH . '/../classes/general/Exception/InvalidJsonException.php'); include($this->INSTALL_PATH . '/../classes/general/Exception/CurlException.php'); include($this->INSTALL_PATH . '/../classes/general/RestNormalizer.php');