diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-13 14:31:11 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-13 14:31:11 -0700 |
commit | 6ff07f768165429384dd3068a045aaf3602a1383 (patch) | |
tree | 6d94117e77e3ad72da0f32adf5c6af45ac841381 /lib/files/view.php | |
parent | c149b57d3b4020c65d33966d5dc8395b8b821fc9 (diff) | |
parent | 6eeb4d165c5a0eb0c49375aa4141c59d6a63f164 (diff) | |
download | nextcloud-server-6ff07f768165429384dd3068a045aaf3602a1383.tar.gz nextcloud-server-6ff07f768165429384dd3068a045aaf3602a1383.zip |
Merge pull request #4712 from owncloud/fileapi-foreward
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 6d58bcd9918..968b755a661 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; } |