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 039316c commit 4841f61Copy full SHA for 4841f61
phpmyfaq/admin/category.add.php
@@ -86,7 +86,7 @@
86
87
// Validate that the category was found
88
if ($parentCategoryData->getId() > 0) {
89
- $parentCategoryLang = $parentCategoryData->getLang() ?? $faqConfig->getLanguage()->getLanguage();
+ $parentCategoryLang = $parentCategoryData->getLang();
90
$parentCategoryName = $parentCategoryData->getName();
91
} else {
92
// Parent category doesn't exist in database - use fallback values
0 commit comments