Merge pull request #2113 from canepan/patch-1

Correct problem in constructor
This commit is contained in:
Morris Jobke
2016-03-04 22:48:48 +01:00

View File

@@ -14,7 +14,7 @@ class WebDavAuth extends Base {
public function __construct($webDavAuthUrl) {
parent::__construct($webDavAuthUrl);
$this->$webDavAuthUrl =$webDavAuthUrl;
$this->webDavAuthUrl =$webDavAuthUrl;
}
/**