From fcaab1b363fcd5ff2dccce8f98cacabc5635ba5f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 19:24:30 +0000 Subject: Change use of require to work with Lua 5.2 --- lib/authenticator-plaintext.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/authenticator-plaintext.lua') diff --git a/lib/authenticator-plaintext.lua b/lib/authenticator-plaintext.lua index c652fec..caa6748 100644 --- a/lib/authenticator-plaintext.lua +++ b/lib/authenticator-plaintext.lua @@ -10,7 +10,7 @@ create a different file for each field. module (..., package.seeall) fs = require("acf.fs") -require("posix") +posix = require("posix") list_fields = function(self, tabl) if not self or not tabl or tabl == "" then -- cgit v1.2.3