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 /include/RedDAV | |
parent | 15a17280d96819360dca5d4a2e315a4292b29bb9 (diff) | |
download | volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.tar.gz volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.tar.bz2 volse-hubzilla-ddcc0ad5676e0bf3775453cd89ef64fcff1c602a.zip |
dav issue
Diffstat (limited to 'include/RedDAV')
-rw-r--r-- | include/RedDAV/RedBrowser.php | 2 |
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); } /** |