From 082a981da70a424fb6cbabc76a2f7c0fd355af8b Mon Sep 17 00:00:00 2001 From: oesi Date: Tue, 21 Feb 2017 10:09:20 +0100 Subject: [PATCH] Problem behoben wodurch keine neuen Fragen gespeichert werden konnten --- cis/testtool/admin/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cis/testtool/admin/index.php b/cis/testtool/admin/index.php index 6fa54e78d..48727e997 100644 --- a/cis/testtool/admin/index.php +++ b/cis/testtool/admin/index.php @@ -295,6 +295,8 @@ if (isset($_POST['submitdata'])) { $frage->new = false; } + else + $frage->new = true; if (isset($_POST['text'])) $frage->text = $_POST['text'];