Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jun 25, 2024
1 parent 43b9757 commit ac903c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/listener.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public function execute($_event, $_value, $_datetime = '') {
if (function_exists($function)) {
$function($option);
} else {
log::add('listener', 'error', __('[Erreur] Non trouvée', __FILE__) . ' ' . json_encode(utils::o2a($this)));
log::add('listener', 'error', __('[Erreur] Fonction non trouvée', __FILE__) . ' ' . json_encode(utils::o2a($this)));
return;
}
}
Expand Down

0 comments on commit ac903c1

Please sign in to comment.