Fix typo
This commit is contained in:
@@ -11,5 +11,5 @@ if (isset($_GET['n'])) {
|
|||||||
$questions = $db->getQuestions($n);
|
$questions = $db->getQuestions($n);
|
||||||
|
|
||||||
$questionsobj = json_encode($questions);
|
$questionsobj = json_encode($questions);
|
||||||
echo($questionobj);
|
echo($questionsobj);
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user