|
|
|
@ -271,8 +271,8 @@ class OC_FileStorage_SWIFT extends OC_Filestorage_Common{ |
|
|
|
$this->host=$params['host']; |
|
|
|
$this->user=$params['user']; |
|
|
|
$this->root=isset($params['root'])?$params['root']:'/'; |
|
|
|
if(isset($params['secure'])){ |
|
|
|
if(is_string($params['secure'])){ |
|
|
|
if(isset($params['secure'])) { |
|
|
|
if(is_string($params['secure'])) { |
|
|
|
$this->secure = ($params['secure'] === 'true'); |
|
|
|
}else{ |
|
|
|
$this->secure = (bool)$params['secure']; |
|
|
|
|