Clean code
This commit is contained in:
parent
7c3688c66f
commit
8b696ced3b
@ -129,7 +129,7 @@ class Notify
|
|||||||
|
|
||||||
if (is_array($listofnotiftodo)) {
|
if (is_array($listofnotiftodo)) {
|
||||||
$i = 0;
|
$i = 0;
|
||||||
foreach ($listofnotiftodo as $key => $val) {
|
foreach ($listofnotiftodo as $val) {
|
||||||
if ($i) {
|
if ($i) {
|
||||||
$texte .= ', ';
|
$texte .= ', ';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user