diff options
Diffstat (limited to 'app/acf_www-controller.lua')
-rw-r--r-- | app/acf_www-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf_www-controller.lua b/app/acf_www-controller.lua index 3aeded5..b4f8e91 100644 --- a/app/acf_www-controller.lua +++ b/app/acf_www-controller.lua @@ -294,7 +294,7 @@ end -- Overload the MVC's exception handler with our own to handle redirection exception_handler = function (self, message ) - local html = require ("html") + local html = require ("acf.html") local viewtable if type(message) == "table" then if self.conf.component == true then |