From bc65070ce343b2c967a5ee8dc0c7db7fa52ca73f Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 11 Jul 2019 12:47:38 +0200 Subject: [PATCH] Fix typo --- uebung10/questions-show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uebung10/questions-show.php b/uebung10/questions-show.php index 6335d2e..fabffbc 100644 --- a/uebung10/questions-show.php +++ b/uebung10/questions-show.php @@ -11,5 +11,5 @@ if (isset($_GET['n'])) { $questions = $db->getQuestions($n); $questionsobj = json_encode($questions); -echo($questionobj); +echo($questionsobj); ?>