* Fixed issue with publishing browser notifications;

This commit is contained in:
tianshujie98
2021-08-18 16:53:49 +08:00
parent fb1d5dd07f
commit 86bf040c72
+1 -1
View File
@@ -272,7 +272,7 @@ class releaseModel extends model
/* Init vars. */
$notifyPersons = array();
$managers = '';
$notifyList = explode($notifyList, ',');
$notifyList = explode(',', $notifyList);
foreach($notifyList as $notify)
{