From 4e7a1b159a3d238e0407c031268b3edcbcac498d Mon Sep 17 00:00:00 2001 From: Jimmy Huynh Date: Sun, 14 Mar 2021 23:47:31 +0100 Subject: =?UTF-8?q?=E2=9C=A8=20Add=20'catagories'=20to=20jsonSerialize()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jimmy Huynh --- lib/Db/Item.php | 1 + 1 file changed, 1 insertion(+) 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() ]; } -- cgit v1.2.3