summaryrefslogtreecommitdiffstats
path: root/dovecot-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dovecot-controller.lua')
-rw-r--r--dovecot-controller.lua2
1 files changed, 1 insertions, 1 deletions
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