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'];