From 98d72bac541a726691cc23a1ac0e75148f618b6b Mon Sep 17 00:00:00 2001 From: Jimmy Huynh Date: Tue, 26 Jan 2021 18:23:13 +0100 Subject: (*) fix: item Model Signed-off-by: Marco Nassabain --- lib/Db/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Db/Item.php b/lib/Db/Item.php index 040aa96a5..e601b03cb 100644 --- a/lib/Db/Item.php +++ b/lib/Db/Item.php @@ -292,7 +292,7 @@ class Item extends Entity implements IAPI, \JsonSerializable public function isShared(): bool { - return $this->getSharedWith() != '' || $this->getSharedBy() != ''; + return $this->getSharedWith() != '' || $this->getSharedBy() != ''; } public function isUnread(): bool -- cgit v1.2.3