@@ -191,8 +191,7 @@ |
||
| 191 | 191 | |
| 192 | 192 | if ($this->selectedEap == \core\common\EAP::EAPTYPE_TLS && isset($this->attributes['eap-specific:tls_use_other_id']) && $this->attributes['eap-specific:tls_use_other_id'][0] == 'on') { |
| 193 | 193 | $configRaw['USE_OTHER_TLS_ID'] = "True"; |
| 194 | - } |
|
| 195 | - else { |
|
| 194 | + } else { |
|
| 196 | 195 | $configRaw['USE_OTHER_TLS_ID'] = "False"; |
| 197 | 196 | } |
| 198 | 197 | |