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:33 +0000
commitb3795cb988b168a773c10a23675c4c674d8be194 (patch)
treee323ca29646d9700f93f436b832782646bce7d1e /usr
parent1fd3fe31ff8dc3097f5a12f4104f23f6043e20c2 (diff)
downloadpfsense-b3795cb988b168a773c10a23675c4c674d8be194.zip
pfsense-b3795cb988b168a773c10a23675c4c674d8be194.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