We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c64dab commit 0ef9f3eCopy full SHA for 0ef9f3e
phpmyfaq/src/phpMyFAQ/Controller/Api/OpenQuestionController.php
@@ -71,7 +71,7 @@ public function __construct()
71
public function list(): JsonResponse
72
{
73
$question = new Question($this->configuration);
74
- $result = $question->getAll();
+ $result = $question->getAll(false);
75
76
if ((is_countable($result) ? count($result) : 0) === 0) {
77
return $this->json([], Response::HTTP_NOT_FOUND);
0 commit comments