diff options
| -rw-r--r-- | dovecot-controller.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/dovecot-controller.lua b/dovecot-controller.lua index 859055f..d53cc75 100644 --- a/dovecot-controller.lua +++ b/dovecot-controller.lua @@ -10,7 +10,7 @@ function status(self)  end  function startstop(self) -	return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.model.getstatus, self.clientdata) +	return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.clientdata)  end  function details(self)  | 
