Add the missing include for the languages section.

This commit is contained in:
Mark Crane
2015-03-09 23:49:15 +00:00
parent b4f2dde9de
commit 0cd32b4f7e

View File

@@ -113,3 +113,6 @@
if (XML_REQUEST["section"] == "dialplan") then
dofile(scripts_dir.."/app/xml_handler/resources/scripts/dialplan/dialplan.lua");
end
if (XML_REQUEST["section"] == "languages") then
dofile(scripts_dir.."/app/xml_handler/resources/scripts/languages/languages.lua");
end