diff options
author | friendica <info@friendica.com> | 2014-10-08 16:47:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-08 16:47:30 -0700 |
commit | ddcc0ad5676e0bf3775453cd89ef64fcff1c602a (patch) | |
tree | 8b960403f501cabad333490c30806161e5503e87 /mod | |
parent | 15a17280d96819360dca5d4a2e315a4292b29bb9 (diff) | |
download | volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.tar.gz volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.tar.bz2 volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.zip |
dav issue
Diffstat (limited to 'mod')
-rw-r--r-- | mod/cloud.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/cloud.php b/mod/cloud.php index 28c59872d..149a6da5d 100644 --- a/mod/cloud.php +++ b/mod/cloud.php @@ -138,7 +138,6 @@ function cloud_init(&$a) { require_once('include/RedDAV/RedBrowser.php'); // provide a directory view for the cloud in Red Matrix $browser = new RedDAV\RedBrowser($auth); - $auth->setBrowserPlugin($browser); $server->addPlugin($browser); |