Hello, i've noticed that disabled questions could still be accessed.
I was able to fix this by editing
My code looks like this:
Best regards
zordem
I was able to fix this by editing
src\addons\XFA\FrequentlyAskedQuestions\Pub\Controller\FaqController.php after line 82.My code looks like this:
Code:
$faqs = $faqFinder
->limit($perPage)
->offset(($page - 1) * $perPage)
->where('enable', '=', true)
->fetch();
Best regards
zordem
Last edited: