change parent constructor per discussion
This commit is contained in:
parent
ddcc0ad567
commit
6d0fbba7b4
@ -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(true, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user