summaryrefslogtreecommitdiffstats
path: root/lib/Db
diff options
context:
space:
mode:
authorJimmy Huynh <jimmy.huynh@etu.unistra.fr>2021-01-26 18:23:13 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 22:31:21 +0200
commit98d72bac541a726691cc23a1ac0e75148f618b6b (patch)
tree483b9db717acb524a6b1b17fc2050eb22a6f2872 /lib/Db
parent4294842a009800d84a0cc2056f83d48d5e678f37 (diff)
(*) fix: item Model
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'lib/Db')
-rw-r--r--lib/Db/Item.php2
1 files changed, 1 insertions, 1 deletions
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