1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

fix deletepath call

This commit is contained in:
Damodar Lohani 2022-01-27 16:05:08 +05:45
parent dedc2806af
commit 5c9b8a56c7

View file

@ -483,6 +483,6 @@ class DeletesV1 extends Worker
break;
}
$device->deletePath($device->getRoot() . DIRECTORY_SEPARATOR . $bucketId);
$device->deletePath($bucketId);
}
}