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 @@
- = Strings::htmlentities($category->categoryName[$openQuestion->getCategoryId()]['name']) ?>
+ = Strings::htmlentities($category->categoryName[$openQuestion->getCategoryId()]['name'] ?? '') ?>
- = Strings::htmlentities($openQuestion->getQuestion()) ?>
+ = Strings::htmlentities($openQuestion->getQuestion()) ?>
|
|