mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update send_email.lua
This commit is contained in:
@@ -105,12 +105,12 @@
|
||||
end);
|
||||
|
||||
--default/domain setting time zone
|
||||
if (time_zone == nil) then
|
||||
if (time_zone == nil or time_zone == '') then
|
||||
time_zone = settings:get('domain', 'time_zone', 'name');
|
||||
end
|
||||
|
||||
--default time zone
|
||||
if (time_zone == nil) then
|
||||
if (time_zone == nil or time_zone == '') then
|
||||
time_zone = 'UTC';
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user