1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-14 00:24:28 +01:00

Update EmailNotification.php

This commit is contained in:
Luca 2019-07-12 12:59:03 +02:00
parent 1f62c612b2
commit c893d1b6ca

View File

@ -223,7 +223,7 @@ class EmailNotification extends Notification
return;
}
$list = explode($value, ';');
$list = explode(';', $value);
foreach ($list as $element) {
$this->receivers[] = [
'email' => $element,