mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix spelling (#2950)
* ODBC DSN detection * Merge remote-tracking branch 'upstream/master' * Merge remote-tracking branch 'upstream/master' * Spelling errors
This commit is contained in:
@@ -112,8 +112,8 @@ local function check_conditions(group, fields)
|
||||
if condition_type then value = fields[condition_type] end
|
||||
end
|
||||
|
||||
if (not value) and (condition.type ~= '') then -- skip unkonw fields
|
||||
log.errf('Unsupportded condition: %s', condition.type)
|
||||
if (not value) and (condition.type ~= '') then -- skip unknown fields
|
||||
log.errf('Unsupported condition: %s', condition.type)
|
||||
matches, pass = {}, false
|
||||
else
|
||||
if condition.type == '' then
|
||||
|
||||
Reference in New Issue
Block a user