summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-25 02:53:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-25 02:53:42 +0000
commita062d649721e99776c4f4fee6d991d5f2545d465 (patch)
tree37589d8aaf56cceba0db9f0a6761bfd1edd82290 /usr
parent3e17964a7c0770cc39eaac36440e02ee7e6b6003 (diff)
downloadpfsense-a062d649721e99776c4f4fee6d991d5f2545d465.zip
pfsense-a062d649721e99776c4f4fee6d991d5f2545d465.tar.gz
Ignore listtopic fields
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php
index d3d7194..18dbdef 100755
--- a/usr/local/www/pkg_edit.php
+++ b/usr/local/www/pkg_edit.php
@@ -138,6 +138,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.
OpenPOWER on IntegriCloud