Skip to content

Commit

Permalink
array expected
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramComputer committed Oct 10, 2023
1 parent 1cfcd3c commit 2a66b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function get_word_test_ajax($testsql, $nosent, $lgid, $wordregex, $testtype)
"word_text" => '',
"group" => ''
);
return json_encode($output);
return $output;
}
$sent = repl_tab_nl($word_record['WoSentence']);
if ($nosent) {
Expand Down

0 comments on commit 2a66b5a

Please sign in to comment.