@@ -72,8 +72,8 @@ |
||
72 | 72 | } |
73 | 73 | |
74 | 74 | $auth = null; |
75 | - if (isset($config['password']) && (string)$config['password'] !== '') { |
|
76 | - if (isset($config['user']) && (string)$config['user'] !== '') { |
|
75 | + if (isset($config['password']) && (string) $config['password'] !== '') { |
|
76 | + if (isset($config['user']) && (string) $config['user'] !== '') { |
|
77 | 77 | $auth = [$config['user'], $config['password']]; |
78 | 78 | } else { |
79 | 79 | $auth = $config['password']; |