diff --git a/files/lib/data/faq/category/FaqCategory.class.php b/files/lib/data/faq/category/FaqCategory.class.php
index 02a2ac7..a3e45f5 100644
--- a/files/lib/data/faq/category/FaqCategory.class.php
+++ b/files/lib/data/faq/category/FaqCategory.class.php
@@ -89,7 +89,7 @@ public function getLink(): string
public function getDescription(): string
{
- return WCF::getLanguage()->get($this->description);
+ return WCF::getLanguage()->get($this->description ?? '');
}
public function getDescriptionHtml(): string
diff --git a/package.xml b/package.xml
index 55c3573..882564f 100644
--- a/package.xml
+++ b/package.xml
@@ -6,8 +6,8 @@
Simple FAQ
A simple and powerful FAQ for your WSC.
Ein simples und leistungsstarkes FAQ für Ihr WSC.
- 2.2.5
- 2024-11-03
+ 2.2.6
+ 2024-11-07
Hanashi Development, Titus Kirch
@@ -36,10 +36,8 @@
acp/database/install_dev.tkirch.wsc.faq.php
-
+
-
-