summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Db/Item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Db/Item.php b/lib/Db/Item.php
index 33602f356..86a484315 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -131,6 +131,7 @@ class Item extends Entity implements IAPI, \JsonSerializable
html_entity_decode(strip_tags($this->getBody())) .
html_entity_decode($this->getAuthor()) .
html_entity_decode($this->getTitle()) .
+ html_entity_decode($this->getCategories()) .
$this->getUrl(),
'UTF-8'
)