summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-08-02 07:47:23 +0000
committerErmal <eri@pfsense.org>2011-08-02 07:47:23 +0000
commit3adc6769856a81ded6be730be8d2a935afa8b65b (patch)
treed08b45198351bf4149998f67bcc284a255a17ded /usr
parent6ecb52bd0dc31d229d358afd990ea29069adab8d (diff)
downloadpfsense-3adc6769856a81ded6be730be8d2a935afa8b65b.zip
pfsense-3adc6769856a81ded6be730be8d2a935afa8b65b.tar.gz
Correct battlenet data to not be overriden. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 9676a31..86b8e15 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -1437,7 +1437,7 @@ function apply_all_choosen_items() {
if ($games) {
foreach($config['ezshaper']['step6'] as $key => $val) {
if (!is_array($gamesplist[$key]))
- continue;
+ continue;
foreach ($gamesplist[$key] as $Gameclient) {
$rule = array();
$rule['type'] = "match";
OpenPOWER on IntegriCloud