Add the missing include for the languages section.
This commit is contained in:
parent
2cecd0643b
commit
3406ff62b4
|
|
@ -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
|
||||
Loading…
Reference in New Issue