mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct spacing
This commit is contained in:
parent
5aef6c8b83
commit
a0b0acd154
@ -1428,7 +1428,7 @@ foreach ($pkg['fields']['field'] as $pkga) {
|
||||
$value = $_POST[$fieldname.$rowcounter];
|
||||
} elseif (isset($id) && $a_pkg[$id]) {
|
||||
$value = $row[$fieldname];
|
||||
}elseif ($rowhelper['value'] != "") {
|
||||
} elseif ($rowhelper['value'] != "") {
|
||||
$value = $rowhelper['value'];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user