Update index.lua

This commit is contained in:
FusionPBX
2017-08-27 15:16:01 -06:00
committed by GitHub
parent a392cae1f8
commit 7b786a7fc7

View File

@@ -359,9 +359,9 @@
cmd = "user_exists id ".. row.destination_number .." "..leg_domain_name;
user_exists = api:executeString(cmd);
if (user_exists == "true") then
row['user_exists'] = "true";
row['user_exists'] = "true";
else
row['user_exists'] = "false";
row['user_exists'] = "false";
end
end
end