From 05c8091293f3099354471017801f248f9080bd34 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 4 Feb 2014 17:07:20 +0000 Subject: Fix require of dbcontrollerfunctions --- kamailio-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio-controller.lua b/kamailio-controller.lua index 5e0ec0f..9397359 100644 --- a/kamailio-controller.lua +++ b/kamailio-controller.lua @@ -44,7 +44,7 @@ function mymodule.searchdatabase(self) end -- Use acf-db to allow editing of the database -require("dbcontrollerfunctions") +dbcontrollerfunctions = require("dbcontrollerfunctions") for n,f in pairs(dbcontrollerfunctions) do mymodule[n] = f end -- cgit v1.2.3