mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-04 21:59:27 +00:00
Problem behoben wodurch keine neuen Fragen gespeichert werden konnten
This commit is contained in:
@@ -295,6 +295,8 @@ if (isset($_POST['submitdata']))
|
||||
{
|
||||
$frage->new = false;
|
||||
}
|
||||
else
|
||||
$frage->new = true;
|
||||
|
||||
if (isset($_POST['text']))
|
||||
$frage->text = $_POST['text'];
|
||||
|
||||
Reference in New Issue
Block a user