From 85b530e2bf1aceee0b2fd15d551b67c59aea8d26 Mon Sep 17 00:00:00 2001 From: ellynoize Date: Tue, 14 Jan 2025 15:02:33 +0300 Subject: [PATCH] renaming variabler --- intaro.retailcrm/install/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intaro.retailcrm/install/index.php b/intaro.retailcrm/install/index.php index 01bfd770..94fbef15 100644 --- a/intaro.retailcrm/install/index.php +++ b/intaro.retailcrm/install/index.php @@ -90,11 +90,11 @@ class intaro_retailcrm extends CModule { try { require_once('install_deps.php'); - } catch (Error $ex) { + } catch (Error $exception) { RCrmActions::eventLog( 'RetailCRM module install error', 'intaro.retailcrm', - $ex->getCode() . ': ' . $ex->getMessage() + $exception->getCode() . ': ' . $exception->getMessage() ); return false;