summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index bb4559b..17e6547 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -513,7 +513,7 @@ function step5_stepsubmitphpaction() {
}
function step8_stepsubmitphpaction() {
- global $g, $config, $d_shaperconfdirty_path;
+ global $g, $config;
/* save the new configuration */
apply_all_choosen_items();
@@ -527,7 +527,7 @@ function step8_stepsubmitphpaction() {
filter_configure();
/* And we're no longer dirty! */
- unlink_if_exists($d_shaperconfdirty_path);
+ clear_subsystem_dirty('shaper');
update_filter_reload_status("Initializing");
OpenPOWER on IntegriCloud