@@ -137,10 +137,10 @@ |
||
| 137 | 137 | { |
| 138 | 138 | $path = $paths[0]; |
| 139 | 139 | |
| 140 | - if ($path === '') { |
|
| 141 | - $this->logger->debug("Path is empty."); |
|
| 142 | - return; |
|
| 143 | - } |
|
| 140 | + if ($path === '') { |
|
| 141 | + $this->logger->debug("Path is empty."); |
|
| 142 | + return; |
|
| 143 | + } |
|
| 144 | 144 | |
| 145 | 145 | $storage = $this->rootFolder->getUserFolder($this->userId)->get(dirname($path))->getStorage(); |
| 146 | 146 | if ($this->userId === null || $this->nestingLevel !== 0 || /*!$this->isUploadedFile($storage, $path) ||*/ $this->isCreatingSkeletonFiles()) { |