summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/Item.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Db/Item.php b/lib/Db/Item.php
index 023165717..c0d684f2b 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -566,7 +566,6 @@ class Item extends Entity implements IAPI, \JsonSerializable
{
if ($this->sharedByDisplayName !== $sharedByDisplayName) {
$this->sharedByDisplayName = $sharedByDisplayName;
- $this->markFieldUpdated('sharedByDisplayName');
}
return $this;