mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
🚨 Fix undefined variable
copy/paste from autoclose that was not changed
This commit is contained in:
@@ -184,7 +184,7 @@ class NotifyOnExpiration implements iScheduledProcess
|
|||||||
} // Trigger was NOT applied because of an exception, which is NOT normal
|
} // Trigger was NOT applied because of an exception, which is NOT normal
|
||||||
catch (Exception $e)
|
catch (Exception $e)
|
||||||
{
|
{
|
||||||
$aReport['not_triggered'][] = $oToClose->Get('friendlyname');
|
$aReport['not_triggered'][] = $oToTrigger->Get('friendlyname');
|
||||||
$this->Trace('| |- [KO] /!\\ '.$sClass.' #'.$oToTrigger->GetKey().' exception raised! Error message: '.$e->getMessage());
|
$this->Trace('| |- [KO] /!\\ '.$sClass.' #'.$oToTrigger->GetKey().' exception raised! Error message: '.$e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user