Fix PHP 7.0 Coding Standards

This commit is contained in:
Philipp
2021-05-22 23:45:15 +02:00
parent 83cb4edc36
commit 965cd8b096
8 changed files with 16 additions and 15 deletions

View File

@@ -326,7 +326,7 @@ function settings_post(App $a)
$detailed_notif = (($_POST['detailed_notif'] == 1) ? 1 : 0);
$notify_ignored = (($_POST['notify_ignored'] == 1) ? 1 : 0);
$notify = 0;
if (!empty($_POST['notify1'])) {