summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-20 21:18:27 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-20 21:18:27 -0400
commit7e542bd18678b77c1204a29757afc51230d437ce (patch)
tree92640fcaa111ab7fbd05277a21b7df58830ee624 /usr/local/www/pkg_edit.php
parent13e92c3697df89f27d46606f3b1730cb96b31b63 (diff)
downloadpfsense-7e542bd18678b77c1204a29757afc51230d437ce.zip
pfsense-7e542bd18678b77c1204a29757afc51230d437ce.tar.gz
Remove is_int check, it appears to be failing
Diffstat (limited to 'usr/local/www/pkg_edit.php')
-rwxr-xr-xusr/local/www/pkg_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php
index 065aef1..ddde835 100755
--- a/usr/local/www/pkg_edit.php
+++ b/usr/local/www/pkg_edit.php
@@ -507,7 +507,7 @@ if ($pkg['tabs'] <> "") {
$type = $rowhelper['type'];
$fieldname = $rowhelper['fieldname'];
if($type == "option") $options = &$rowhelper['options']['option'];
- if($rowhelper['size'] && is_int($rowhelper['size']))
+ if($rowhelper['size'])
$size = $rowhelper['size'];
else
$size = "8";
OpenPOWER on IntegriCloud