summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-09 20:43:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-09 20:43:02 +0000
commit2b32e69c13a217521b2cf093ac101920b978f28e (patch)
tree2ca92c6433cbd5b6c34fe352302c7275cc97cd61 /usr/local/www/wizards
parent856345357e900f8e6ddf97511b0ea0fe0517675f (diff)
downloadpfsense-2b32e69c13a217521b2cf093ac101920b978f28e.zip
pfsense-2b32e69c13a217521b2cf093ac101920b978f28e.tar.gz
We dont need to create an array with a BLANK element... DUH!
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index eff19b5..0a024e6 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -383,7 +383,7 @@
$config['shaper']['rule'][] = $rule;
} else {
- $voiplist[] = array();
+ $voiplist = array();
/* setup vonage rule */
if( $_POST['provider'] == "Vonage")
OpenPOWER on IntegriCloud