aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-08 16:47:30 -0700
committerfriendica <info@friendica.com>2014-10-08 16:47:30 -0700
commitddcc0ad5676e0bf3775453cd89ef64fcff1c602a (patch)
tree8b960403f501cabad333490c30806161e5503e87
parent15a17280d96819360dca5d4a2e315a4292b29bb9 (diff)
downloadvolse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.tar.gz
volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.tar.bz2
volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.zip
dav issue
-rw-r--r--include/RedDAV/RedBrowser.php2
-rw-r--r--mod/cloud.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/include/RedDAV/RedBrowser.php b/include/RedDAV/RedBrowser.php
index dcd54ef82..be5606393 100644
--- a/include/RedDAV/RedBrowser.php
+++ b/include/RedDAV/RedBrowser.php
@@ -41,7 +41,7 @@ class RedBrowser extends DAV\Browser\Plugin {
*/
public function __construct(&$auth) {
$this->auth = $auth;
- parent::__construct(false, false);
+// parent::__construct(false, false);
}
/**
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);