diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php index 17b25bd5c4..a88c25face 100755 --- a/usr/local/www/pkg_edit.php +++ b/usr/local/www/pkg_edit.php @@ -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.