summaryrefslogtreecommitdiffstats
path: root/lib/viewfunctions.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-01-21 15:14:00 +0000
committerTed Trask <ttrask01@yahoo.com>2012-01-21 15:14:00 +0000
commitcd186cf6d5b7b775001f919797e7c621661ea2fa (patch)
treebf6f14bc15aebfd3d20c733079e8954daf253777 /lib/viewfunctions.lua
parent8cbd5764dc499274a0fd2f97717dfa1de121788a (diff)
downloadacf-core-cd186cf6d5b7b775001f919797e7c621661ea2fa.tar.bz2
acf-core-cd186cf6d5b7b775001f919797e7c621661ea2fa.tar.xz
Modified require statements for acf.x
Diffstat (limited to 'lib/viewfunctions.lua')
-rw-r--r--lib/viewfunctions.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/viewfunctions.lua b/lib/viewfunctions.lua
index 517023a..e447fc3 100644
--- a/lib/viewfunctions.lua
+++ b/lib/viewfunctions.lua
@@ -1,4 +1,4 @@
-require("html")
+html = require("acf.html")
require("session")
function getlabel(myitem, value)