diff --git a/cgi-bin/uebung09/questions-update.php b/cgi-bin/uebung09/questions-update.php index 76c4879..cbce86c 100644 --- a/cgi-bin/uebung09/questions-update.php +++ b/cgi-bin/uebung09/questions-update.php @@ -10,7 +10,7 @@ $solution = $_POST['solution']; $db = new Database(); -db->updateQuestion($question, $answer0, $answer1, $answer2, $solution); +$db->updateQuestion($question, $answer0, $answer1, $answer2, $solution); //header("Location: questions-show.php");