diff --git a/lib/Db/TimelineWrite.php b/lib/Db/TimelineWrite.php index d2a7da5e..82927c9d 100644 --- a/lib/Db/TimelineWrite.php +++ b/lib/Db/TimelineWrite.php @@ -52,7 +52,7 @@ class TimelineWrite // Check if we need to lock the file if ($lock) { - $lockKey = '/memories/'.$file->getId(); + $lockKey = 'memories/'.$file->getId(); $lockType = ILockingProvider::LOCK_EXCLUSIVE; // Throw directly to caller if we can't get the lock