From 7131c7e48446f24a4d5b930976d9180d0d86a86a Mon Sep 17 00:00:00 2001 From: Thorsten Rinne Date: Fri, 1 Sep 2023 20:48:46 +0200 Subject: [PATCH] fix: handle wrong categories for open questions --- phpmyfaq/admin/record.questions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpmyfaq/admin/record.questions.php b/phpmyfaq/admin/record.questions.php index a0fbb56aea..9f65d3fa0e 100644 --- a/phpmyfaq/admin/record.questions.php +++ b/phpmyfaq/admin/record.questions.php @@ -95,10 +95,10 @@ - categoryName[$openQuestion->getCategoryId()]['name']) ?> + categoryName[$openQuestion->getCategoryId()]['name'] ?? '') ?>
- getQuestion()) ?> + getQuestion()) ?>