Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JEALG committed Feb 9, 2025
1 parent 42cde44 commit e68c1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/Freebox_OS.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public static function cron_autorefresh_eqLogic($eqLogic, $deamon_info)
}
}
} catch (Exception $e) {
log::add('Freebox_OS', 'error', '[WARNING] - ' . __('Expression Cron Actualisation pour l\'Ajout nouvelle commande non valide pour l\'équipement', __FILE__) . ' ' . $eqLogic->getHumanName() . ' : ' . $autorefresh_eqLogic . ', ' . (__('Il est conseillé d\'utiliser l\'assistant cron en cliquant sur "?', __FILE__)));
log::add('Freebox_OS', 'error', '[WARNING] - ' . __('Expression Cron Actualisation pour l\'Ajout nouvelle commande non valide pour l\'équipement', __FILE__) . ' ' . $eqLogic->getHumanName() . ' : ' . $autorefresh_eqLogic . ', ' . (__('Il est conseillé d\'utiliser l\'assistant cron en cliquant sur "?"', __FILE__)));
}
}
$_crondailyEq = null;
Expand Down

0 comments on commit e68c1e6

Please sign in to comment.