Fix a bug with xml handler directory message count dofile.

This commit is contained in:
Mark Crane
2013-06-01 06:08:38 +00:00
parent 72abb83ca0
commit cc34b69e64

View File

@@ -54,7 +54,7 @@
XML_STRING = table.concat(xml, "\n");
end
elseif (action == "message-count") then
dofile(scripts_dir.."/app/xml_handler/resources/scripts/directory/action/message-count");
dofile(scripts_dir.."/app/xml_handler/resources/scripts/directory/action/message-count.lua");
elseif (action == "group_call") then
dofile(scripts_dir.."/app/xml_handler/resources/scripts/directory/action/group_call.lua");
else