Compare commits

...

1 Commits

Author SHA1 Message Date
Côme Chilliet 33684e6701 Removing copyUpdate to see which tests are failing in CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-09-02 15:41:56 +02:00
+2 -2
View File
@@ -971,9 +971,9 @@ class View {
$result = $storage2->copyFromStorage($storage1, $internalPath1, $internalPath2);
}
if ($result) {
/*if ($result) {
$this->copyUpdate($storage1, $storage2, $internalPath1, $internalPath2);
}
}*/
$this->changeLock($target, ILockingProvider::LOCK_SHARED);
$lockTypePath2 = ILockingProvider::LOCK_SHARED;