diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-01-21 15:14:00 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-01-21 15:14:00 +0000 |
commit | cd186cf6d5b7b775001f919797e7c621661ea2fa (patch) | |
tree | bf6f14bc15aebfd3d20c733079e8954daf253777 /app/acf_www-controller.lua | |
parent | 8cbd5764dc499274a0fd2f97717dfa1de121788a (diff) | |
download | acf-core-cd186cf6d5b7b775001f919797e7c621661ea2fa.tar.bz2 acf-core-cd186cf6d5b7b775001f919797e7c621661ea2fa.tar.xz |
Modified require statements for acf.x
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 |