Update forward_add_intro.lua
Add missing ) which was breaking the syntax.
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
local file = require "resources.functions.file"
|
local file = require "resources.functions.file"
|
||||||
|
|
||||||
--get the content of the 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
|
--save the merged file as base64
|
||||||
local sql = [[UPDATE SET v_voicemail_messages
|
local sql = [[UPDATE SET v_voicemail_messages
|
||||||
|
|||||||
Reference in New Issue
Block a user