From a1e1ad4fc578042613df891ea25971b8fc045edc Mon Sep 17 00:00:00 2001 From: spag Date: Wed, 9 Jan 2013 13:37:13 +0100 Subject: remove parent --- misc/freeswitch/scripts/common/configuration_table.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc/freeswitch/scripts') diff --git a/misc/freeswitch/scripts/common/configuration_table.lua b/misc/freeswitch/scripts/common/configuration_table.lua index afb5b0e..731bf2f 100644 --- a/misc/freeswitch/scripts/common/configuration_table.lua +++ b/misc/freeswitch/scripts/common/configuration_table.lua @@ -35,5 +35,9 @@ function get(database, entity, section) end end) + if section then + return root[section]; + end + return root; end -- cgit v1.2.3