Clean code

This commit is contained in:
Laurent Destailleur 2020-12-28 12:38:33 +01:00
parent 7c3688c66f
commit 8b696ced3b

View File

@ -129,7 +129,7 @@ class Notify
if (is_array($listofnotiftodo)) {
$i = 0;
foreach ($listofnotiftodo as $key => $val) {
foreach ($listofnotiftodo as $val) {
if ($i) {
$texte .= ', ';
} else {