aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent15a17280d96819360dca5d4a2e315a4292b29bb9 (diff)
downloadvolse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.tar.gz
volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.tar.bz2
volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.zip
dav issue
Diffstat (limited to 'include')
-rw-r--r--include/RedDAV/RedBrowser.php2
1 files changed, 1 insertions, 1 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);
}
/**