From 0cd32b4f7ef0444136cd7eea477e66409fa3803a Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 9 Mar 2015 23:49:15 +0000 Subject: [PATCH] Add the missing include for the languages section. --- resources/install/scripts/app/xml_handler/index.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/install/scripts/app/xml_handler/index.lua b/resources/install/scripts/app/xml_handler/index.lua index 7a9958a3ca..d97f45f408 100644 --- a/resources/install/scripts/app/xml_handler/index.lua +++ b/resources/install/scripts/app/xml_handler/index.lua @@ -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 \ No newline at end of file