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
parent d47ab68257
commit 3e28fe3a67

View File

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