diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-09-01 19:47:48 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-09-01 19:47:48 +0200 |
commit | a22f9ff301312bb24332edaacfb65c280cd8fcd8 (patch) | |
tree | 8c7f8793675a5ec7d7db4dd0cb50fc1b259efca0 /lib/files/view.php | |
parent | 92e90c8eb995c886b3e9cd77c14e3f0b25b95cd7 (diff) | |
download | nextcloud-server-a22f9ff301312bb24332edaacfb65c280cd8fcd8.tar.gz nextcloud-server-a22f9ff301312bb24332edaacfb65c280cd8fcd8.zip |
Provide an implementation of the fileapi for oc6 build on top of the old api
Diffstat (limited to 'lib/files/view.php')
-rw-r--r-- | lib/files/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/view.php b/lib/files/view.php index 8aee12bf6fe..3a1fdd415b3 100644 --- a/lib/files/view.php +++ b/lib/files/view.php @@ -30,7 +30,7 @@ class View { private $internal_path_cache = array(); private $storage_cache = array(); - public function __construct($root) { + public function __construct($root = '') { $this->fakeRoot = $root; } |