From 95f457d9b850154fad8d8400a5baf4beb241f1af Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 4 May 2015 02:50:31 +0000 Subject: [PATCH] Add missing '+;' to the app_config.php. --- app/call_center/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_center/app_config.php b/app/call_center/app_config.php index 5f202c3d11..0582f20303 100644 --- a/app/call_center/app_config.php +++ b/app/call_center/app_config.php @@ -144,7 +144,7 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "agent_password"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z+ + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "agent_contact"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";