summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-04 17:07:20 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-04 17:07:20 +0000
commit05c8091293f3099354471017801f248f9080bd34 (patch)
treeec15d2a2f2708891c879d6c4d2c4168588772014
parent72d1dfa2786640de2404bd04df78321d18b1f75e (diff)
downloadacf-kamailio-05c8091293f3099354471017801f248f9080bd34.tar.bz2
acf-kamailio-05c8091293f3099354471017801f248f9080bd34.tar.xz
Fix require of dbcontrollerfunctions
-rw-r--r--kamailio-controller.lua2
1 files changed, 1 insertions, 1 deletions
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