Merge pull request #2113 from canepan/patch-1
Correct problem in constructor
This commit is contained in:
@@ -14,7 +14,7 @@ class WebDavAuth extends Base {
|
||||
|
||||
public function __construct($webDavAuthUrl) {
|
||||
parent::__construct($webDavAuthUrl);
|
||||
$this->$webDavAuthUrl =$webDavAuthUrl;
|
||||
$this->webDavAuthUrl =$webDavAuthUrl;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user