Update forward_add_intro.lua

Add missing ) which was breaking the syntax.
This commit is contained in:
FusionPBX
2016-11-28 08:43:47 -07:00
committed by GitHub
parent 7231b15987
commit 33fbfd84f5

View File

@@ -98,7 +98,7 @@
local file = require "resources.functions.file"
--get the content of the file
local file_content = assert(file.read_base64(message_intro_location);
local file_content = assert(file.read_base64(message_intro_location));
--save the merged file as base64
local sql = [[UPDATE SET v_voicemail_messages