summaryrefslogtreecommitdiffstats
path: root/lib/Db/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Item.php')
-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 f72330c2f..33602f356 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -312,6 +312,7 @@ class Item extends Entity implements IAPI, \JsonSerializable
'rtl' => $this->getRtl(),
'intro' => $this->getIntro(),
'fingerprint' => $this->getFingerprint(),
+ 'categories' => $this->getCategories()
];
}