Correct problem
Leaving "$webDavAuthUrl" in constructor, leads to a non-working class
This commit is contained in:
@@ -14,7 +14,7 @@ class WebDavAuth extends Base {
|
|||||||
|
|
||||||
public function __construct($webDavAuthUrl) {
|
public function __construct($webDavAuthUrl) {
|
||||||
parent::__construct($webDavAuthUrl);
|
parent::__construct($webDavAuthUrl);
|
||||||
$this->$webDavAuthUrl =$webDavAuthUrl;
|
$this->webDavAuthUrl =$webDavAuthUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user