summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-24 19:04:06 -0700
committerNOYB <Al_Stu@Frontier.com>2016-05-24 19:06:03 -0700
commitf42ef69ab518237260a2e129cbdf391549c003ad (patch)
tree2a3d124a641e86ae2f722839dc5e037da1ec5330 /src/etc/inc/pfsense-utils.inc
parentebe833f6a9463b0e4add1d97c360af4a682d1add (diff)
downloadpfsense-f42ef69ab518237260a2e129cbdf391549c003ad.zip
pfsense-f42ef69ab518237260a2e129cbdf391549c003ad.tar.gz
Fix this missed one.
Diffstat (limited to 'src/etc/inc/pfsense-utils.inc')
-rw-r--r--src/etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/pfsense-utils.inc b/src/etc/inc/pfsense-utils.inc
index 4ee6e7e..066d9d7 100644
--- a/src/etc/inc/pfsense-utils.inc
+++ b/src/etc/inc/pfsense-utils.inc
@@ -2181,7 +2181,7 @@ function process_alias_urltable($name, $type, $url, $freq, $forceupdate=false, $
$type = ($type) ? $type : alias_get_type($name); // If empty type passed, try to get it from config.
$parsed_contents = parse_aliases_file($tmp_urltable_filename, $type, "-1", true);
- if ($type == "url_ports") {
+ if ($type == "urltable_ports") {
$parsed_contents = group_ports($parsed_contents, true);
}
if (is_array($parsed_contents)) {
OpenPOWER on IntegriCloud