dav issue

This commit is contained in:
friendica 2014-10-08 16:47:30 -07:00
parent 15a17280d9
commit ddcc0ad567
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@ class RedBrowser extends DAV\Browser\Plugin {
*/ */
public function __construct(&$auth) { public function __construct(&$auth) {
$this->auth = $auth; $this->auth = $auth;
parent::__construct(false, false); // parent::__construct(false, false);
} }
/** /**

View File

@ -138,7 +138,6 @@ function cloud_init(&$a) {
require_once('include/RedDAV/RedBrowser.php'); require_once('include/RedDAV/RedBrowser.php');
// provide a directory view for the cloud in Red Matrix // provide a directory view for the cloud in Red Matrix
$browser = new RedDAV\RedBrowser($auth); $browser = new RedDAV\RedBrowser($auth);
$auth->setBrowserPlugin($browser); $auth->setBrowserPlugin($browser);
$server->addPlugin($browser); $server->addPlugin($browser);