mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-02 02:03:48 +00:00
Add the missing include for the languages section.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user