From a052465b0d9bcea962f066ae6d48e453d05e7d04 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 17 Aug 2016 09:55:08 -0600 Subject: [PATCH] Update index.lua --- resources/install/scripts/app/agent_status/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/scripts/app/agent_status/index.lua b/resources/install/scripts/app/agent_status/index.lua index 18f22be5a5..bd333d1721 100644 --- a/resources/install/scripts/app/agent_status/index.lua +++ b/resources/install/scripts/app/agent_status/index.lua @@ -58,7 +58,7 @@ end --get the pin number from the caller - if (agent_password == nil and agent_authorized ~= 'true')) then + if (agent_password == nil and agent_authorized ~= 'true') then min_digits = 3; max_digits = 20; max_tries = 3;