fix problem with cache path
This commit is contained in:
parent
cbd49c3342
commit
d8d6ca5795
|
@ -74,11 +74,8 @@ class WsdlDownloader
|
|||
|
||||
// get current WSDL caching config
|
||||
$this->cacheEnabled = $cacheWsdl === Cache::TYPE_NONE ? Cache::DISABLED : Cache::ENABLED == Cache::isEnabled();
|
||||
|
||||
if ($this->cacheEnabled) {
|
||||
$this->cacheDir = Cache::getDirectory();
|
||||
$this->cacheTtl = Cache::getLifetime();
|
||||
}
|
||||
$this->cacheDir = Cache::getDirectory();
|
||||
$this->cacheTtl = Cache::getLifetime();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue