We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d4f3e commit fcf6d1aCopy full SHA for fcf6d1a
lib/private/Files/ObjectStore/ObjectStoreStorage.php
@@ -47,7 +47,6 @@
47
use OCP\Files\Storage\IChunkedFileWrite;
48
use OCP\Files\Storage\IProcessingCallbackStorage;
49
use OCP\Files\Storage\IStorage;
50
-use OCP\ICache;
51
52
class ObjectStoreStorage extends \OC\Files\Storage\Common implements IChunkedFileWrite, IProcessingCallbackStorage {
53
use CopyDirectory;
@@ -100,6 +99,7 @@ public function __construct($params) {
100
99
101
public function mkdir($path) {
102
$path = $this->normalizePath($path);
+
103
if ($this->file_exists($path)) {
104
return false;
105
}
0 commit comments