Skip to content
Snippets Groups Projects
Commit 7ec53571 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

use 'object' as the fakedir stream name

parent c112a1d3
No related branches found
No related tags found
No related merge requests found
......@@ -211,9 +211,9 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common {
$files[] = $file['name'];
}
\OC\Files\Stream\Dir::register('objstore' . $path, $files);
\OC\Files\Stream\Dir::register('object' . $path, $files);
return opendir('fakedir://objstore' . $path);
return opendir('fakedir://object' . $path);
} catch (Exception $e) {
\OCP\Util::writeLog('objectstore', $e->getMessage(), \OCP\Util::ERROR);
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment