Skip to content

Commit

Permalink
Avoid duplicate test
Browse files Browse the repository at this point in the history
Closes: #14874
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Mar 2, 2019
1 parent f3d034c commit 6845dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/classes/Util.php
Expand Up @@ -4063,7 +4063,7 @@ public static function getServerSSL()
}
} elseif (! $server['ssl_verify']) {
$message = __('SSL is used with disabled verification');
} elseif (empty($server['ssl_ca']) && empty($server['ssl_ca'])) {
} elseif (empty($server['ssl_ca'])) {
$message = __('SSL is used without certification authority');
} else {
$class = '';
Expand Down

0 comments on commit 6845dc4

Please sign in to comment.