mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
never hack late night
This commit is contained in:
parent
ec255b52be
commit
3b835ea1b6
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class iRODS extends \OC\Files\Storage\StreamWrapper{
|
|||
$this->port = isset($params['port']) ? $params['port'] : 1247;
|
||||
$this->user = isset($params['user']) ? $params['user'] : '';
|
||||
$this->password = isset($params['password']) ? $params['password'] : '';
|
||||
$this->use_logon_credentials = $params['use_logon_credentials'] === 'true' ? true : false;
|
||||
$this->use_logon_credentials = ($params['use_logon_credentials'] === 'true');
|
||||
$this->zone = $params['zone'];
|
||||
$this->auth_mode = isset($params['auth_mode']) ? $params['auth_mode'] : '';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue