summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-07 15:29:24 +0000
committerErmal <eri@pfsense.org>2014-04-07 15:29:58 +0000
commitbde74857a876ef87795f1cd09e12c33d160ce175 (patch)
tree3c4f05db3c97fd40650a2f5cbd802dab51d20989
parentdc915669b8f617e02e9c527a8e2024cc78963e4b (diff)
downloadpfsense-bde74857a876ef87795f1cd09e12c33d160ce175.zip
pfsense-bde74857a876ef87795f1cd09e12c33d160ce175.tar.gz
Correct typo on function name that has slipped unnoticed. Reported-by: https://forum.pfsense.org/index.php?topic=74688.0
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 4c5ef78..6f7cb92 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1013,7 +1013,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;
OpenPOWER on IntegriCloud