From cd186cf6d5b7b775001f919797e7c621661ea2fa Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 21 Jan 2012 15:14:00 +0000 Subject: Modified require statements for acf.x --- lib/viewfunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/viewfunctions.lua') 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) -- cgit v1.2.3