1
0
Fork 0
mirror of synced 2025-04-04 06:13:32 +03:00

renaming variabler

This commit is contained in:
ellynoize 2025-01-14 15:02:33 +03:00
parent 862aaa842d
commit 85b530e2bf

View file

@ -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;