renaming variabler
This commit is contained in:
parent
862aaa842d
commit
85b530e2bf
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue