Correct problem

Leaving "$webDavAuthUrl" in constructor, leads to a non-working class
This commit is contained in:
canepan
2015-10-20 18:31:08 +02:00
committed by Phiber2000
parent 14b9339b44
commit 950372d8cf

View File

@@ -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;
} }
/** /**