From d9397d5fd90208b20c0cb44872a4c596b61f036d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 31 Oct 2015 18:56:05 +0000 Subject: Modify logfile to use common view --- mysql-controller.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mysql-controller.lua') diff --git a/mysql-controller.lua b/mysql-controller.lua index c504167..5d26d6a 100644 --- a/mysql-controller.lua +++ b/mysql-controller.lua @@ -18,6 +18,10 @@ function mymodule.expert(self) return self.handle_form(self, self.model.getfiledetails, self.model.updatefiledetails, self.clientdata, "Save", "Edit MariaDB File", "File Saved") end +function mymodule.logfile(self) + return self.model.get_logfile(self, self.clientdata) +end + -- Use acf-db to allow editing of the database dbcontrollerfunctions = require("dbcontrollerfunctions") for n,f in pairs(dbcontrollerfunctions) do -- cgit v1.2.3