X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a7ba11adfecf6cb906749efe5abce688363aef07..9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c:/notification_delete.php diff --git a/notification_delete.php b/notification_delete.php index 6723824c..cd0d748e 100644 --- a/notification_delete.php +++ b/notification_delete.php @@ -52,9 +52,9 @@ if ($request->isPost()) { header('Location: notifications.php'); exit(); } else - $errors->add($i18n->getKey('error.db')); + $err->add($i18n->getKey('error.db')); } else - $errors->add($i18n->getKey('error.db')); + $err->add($i18n->getKey('error.db')); } else if ($request->getParameter('btn_cancel')) { header('Location: notifications.php'); exit();