| server/src/RestAPI/Storage.php | ●●●●● patch | view | raw | blame | history |
server/src/RestAPI/Storage.php
@@ -36,6 +36,7 @@ { $dir = dirname($path); $name = basename($path); if ($dir == '.') $dir = ''; $id = $this->da->getFile($dir, $name); if (empty($id)) {