summaryrefslogtreecommitdiffstats
path: root/awall-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awall-model.lua')
-rw-r--r--awall-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awall-model.lua b/awall-model.lua
index 7921468..879b15f 100644
--- a/awall-model.lua
+++ b/awall-model.lua
@@ -76,7 +76,7 @@ function mymodule.get_startstop(self, clientdata)
return cfe({ type="group", label="Management", value={}, option=actions })
end
-function mymodule.startstop_service(self, startstop, action)
+function mymodule.startstop_service(self, startstop, action)
if not action then
startstop.errtxt = "Invalid Action"
else