summaryrefslogtreecommitdiffstats
path: root/cron-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cron-model.lua')
-rw-r--r--cron-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-model.lua b/cron-model.lua
index 00295ee..e2b1f2e 100644
--- a/cron-model.lua
+++ b/cron-model.lua
@@ -66,7 +66,7 @@ end
-- PUBLIC FUNCTIONS
function mymodule.get_startstop(self, clientdata)
- return modelfunctions.get_startstop(processname)
+ return modelfunctions.get_startstop(processname)
end
function mymodule.startstop_service(self, startstop, action)