Skip to content

Commit fcf6d1a

Browse files
committed
Use correct ICache class
1 parent 85d4f3e commit fcf6d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/ObjectStore/ObjectStoreStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
use OCP\Files\Storage\IChunkedFileWrite;
4848
use OCP\Files\Storage\IProcessingCallbackStorage;
4949
use OCP\Files\Storage\IStorage;
50-
use OCP\ICache;
5150

5251
class ObjectStoreStorage extends \OC\Files\Storage\Common implements IChunkedFileWrite, IProcessingCallbackStorage {
5352
use CopyDirectory;
@@ -100,6 +99,7 @@ public function __construct($params) {
10099

101100
public function mkdir($path) {
102101
$path = $this->normalizePath($path);
102+
103103
if ($this->file_exists($path)) {
104104
return false;
105105
}

0 commit comments

Comments
 (0)