Correct typo on function name that has slipped unnoticed. Reported-by: https://forum.pfsense.org/index.php?topic=74688.0

This commit is contained in:
Ermal 2014-04-07 15:29:24 +00:00
parent 2c0dd2639d
commit ca321bfde9

View File

@ -1048,7 +1048,7 @@ function captiveportal_allowedip_configure_entry($ipent, $ishostname = false) {
$cp_filterdns_conf = "";
$enBwup = 0;
if (!empty($ipent['bw_up']))
$enBwup = iintval($ipent['bw_up']);
$enBwup = intval($ipent['bw_up']);
else if (isset($config['captiveportal'][$cpzone]['bwdefaultup']))
$enBwup = $config['captiveportal'][$cpzone]['bwdefaultup'];
$enBwdown = 0;