summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/firewall.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/firewall.js b/modules/luci-base/htdocs/luci-static/resources/firewall.js
index 40a0354446..f7b731e6fc 100644
--- a/modules/luci-base/htdocs/luci-static/resources/firewall.js
+++ b/modules/luci-base/htdocs/luci-static/resources/firewall.js
@@ -493,7 +493,7 @@ Zone = AbstractFirewallItem.extend({
uci.set('firewall', sid, 'src', this.getName());
- return new Redirect(sid);
+ return new Rule(sid);
},
getColor: function(forName) {