DeboogMode Tweek

This commit is contained in:
JonatanRek 2019-11-02 20:05:47 +01:00
parent 633ba88fe2
commit 4203ccdebd
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ if ($values != null || $values != "") {
];
break;
}
if (DEBUGMOD) $notificationData['body'] .= ' value='.$value['value'];
if ($notificationData != []) {
$subscribers = $notificationMng::getSubscription();
foreach ($subscribers as $key => $subscriber) {