X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=notification_delete.php;h=50c33952c0938a6fbf6317bfe2034b5fc2a6bf0c;hb=4070ac772a00d8ffb9590ffdeca10e5d494c26e2;hp=a8a2e4989e9e272c4f94a934fb56e08a7b636c3c;hpb=eb55e2f8ca3859482a389795e03b45283e14ef36;p=timetracker.git diff --git a/notification_delete.php b/notification_delete.php index a8a2e498..50c33952 100644 --- a/notification_delete.php +++ b/notification_delete.php @@ -55,7 +55,7 @@ if ($request->isPost()) { $err->add($i18n->getKey('error.db')); } else $err->add($i18n->getKey('error.db')); - } else if ($request->getParameter('btn_cancel')) { + } elseif ($request->getParameter('btn_cancel')) { header('Location: notifications.php'); exit(); }