@@ -2547,15 +2547,15 @@ private static function executeActionNewEvent($eqLogicId, $event)
25472547 log::add ("frigate_Actions " , 'info ' , "║ ACTION CLIP : " . $ optionsJson );
25482548 scenarioExpression::createAndExec ('action ' , $ cmd , $ options );
25492549 } else {
2550- log::add ("frigate_Actions " , 'info ' , "║ Le clip n'est pas disponible, actions non éxècutée . " );
2550+ log::add ("frigate_Actions " , 'info ' , "║ Le clip n'est pas disponible, actions non exécutées . " );
25512551 log::add ("frigate_Actions " , 'info ' , "╠════════════════════════════════════ " );
25522552 }
25532553 } elseif (strpos ($ optionsJson , '#snapshot# ' ) !== false || strpos ($ optionsJson , '#snapshot_path# ' ) !== false ) {
25542554 if ($ hasSnapshot == 1 ) {
25552555 log::add ("frigate_Actions " , 'info ' , "║ ACTION SNAPSHOT : " . $ optionsJson );
25562556 scenarioExpression::createAndExec ('action ' , $ cmd , $ options );
25572557 } else {
2558- log::add ("frigate_Actions " , 'info ' , "║ Le snapshot n'est pas disponible, actions non éxècutée . " );
2558+ log::add ("frigate_Actions " , 'info ' , "║ Le snapshot n'est pas disponible, actions non exécutées . " );
25592559 log::add ("frigate_Actions " , 'info ' , "╠════════════════════════════════════ " );
25602560 }
25612561 } else {
0 commit comments