From 73b09d4c9c5c2c4c562e4164da76b0f214ebf618 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 5 Oct 2015 14:31:02 +0000 Subject: Modify logfile to get logging info from the config and use common view --- dovecot-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dovecot-controller.lua') diff --git a/dovecot-controller.lua b/dovecot-controller.lua index de36937..8412cb6 100644 --- a/dovecot-controller.lua +++ b/dovecot-controller.lua @@ -19,7 +19,7 @@ function mymodule.expert(self) end function mymodule.logfile(self) - return self.model.get_logfile() + return self.model.get_logfile(self, self.clientdata) end return mymodule -- cgit v1.2.3