mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ignore listtopic fields
This commit is contained in:
parent
32487e426c
commit
41fd044584
@ -145,6 +145,8 @@ if ($_POST) {
|
||||
if (!$input_errors) {
|
||||
$pkgarr = array();
|
||||
foreach ($pkg['fields']['field'] as $fields) {
|
||||
if($fields['type'] == "listtopic")
|
||||
continue;
|
||||
if($fields['type'] == "rowhelper") {
|
||||
// save rowhelper items.
|
||||
for($x=0; $x<99; $x++) { // XXX: this really should be passed from the form.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user