X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/aa54f082eb63cdd420733b79c5ec8a8f02def11c..a2c6a874b43c46bd110fc8f6d5faf9796e931d8d:/admin_group_edit.php diff --git a/admin_group_edit.php b/admin_group_edit.php index 6306bdd0..bb0fc413 100644 --- a/admin_group_edit.php +++ b/admin_group_edit.php @@ -95,7 +95,8 @@ if ($request->isPost()) { if ($result) { header('Location: admin_groups.php'); exit(); - } + } else + $err->add($i18n->get('error.db')); } if ($request->getParameter('btn_cancel')) {