dav issue
This commit is contained in:
parent
15a17280d9
commit
ddcc0ad567
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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);
|
||||||
|
Reference in New Issue
Block a user