1
0
Fork 0
mirror of synced 2025-04-12 05:31:02 +00:00
This commit is contained in:
ellynoize 2025-01-14 11:42:21 +03:00
parent d4521c4ef5
commit 862aaa842d

View file

@ -92,7 +92,8 @@ class intaro_retailcrm extends CModule
require_once('install_deps.php');
} catch (Error $ex) {
RCrmActions::eventLog(
'RetailCRM module install error', 'intaro.retailcrm',
'RetailCRM module install error',
'intaro.retailcrm',
$ex->getCode() . ': ' . $ex->getMessage()
);