emscripten Humble Cloud interface
Edward Rudd
2014-08-30 539bce00fda4b5ce48e5e843a25356d288a5b330

don't save '.' when storing top level files in sample server implementation

1 files modified
1 ■■■■ changed files
server/src/RestAPI/Storage.php 1 ●●●● 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)) {