mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing s to solve the issue reported on https://forum.pfsense.org/index.php?topic=80722.new#new
This commit is contained in:
parent
847fe30412
commit
f950a06222
@ -255,7 +255,7 @@ if ($_POST) {
|
||||
if (!count($ealgos)) {
|
||||
$input_errors[] = gettext("At least one encryption algorithm must be selected.");
|
||||
} else {
|
||||
if (empty($pconfig['halgo'])) {
|
||||
if (empty($pconfig['halgos'])) {
|
||||
foreach ($ealgos as $ealgo) {
|
||||
if (!strpos($ealgo['name'], "gcm")) {
|
||||
$input_errors[] = gettext("At least one hashing algorithm needs to be selected.");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user