From 97a09940fb6805ebf55dfb43847a87fa8260be34 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 30 May 2013 17:14:37 +0000 Subject: Added missing require statements to authenticator-plaintext.lua and menubuilder.lua --- lib/authenticator-plaintext.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/authenticator-plaintext.lua') diff --git a/lib/authenticator-plaintext.lua b/lib/authenticator-plaintext.lua index 5c37877..c652fec 100644 --- a/lib/authenticator-plaintext.lua +++ b/lib/authenticator-plaintext.lua @@ -9,6 +9,9 @@ create a different file for each field. module (..., package.seeall) +fs = require("acf.fs") +require("posix") + list_fields = function(self, tabl) if not self or not tabl or tabl == "" then return {} -- cgit v1.2.3