Add missing '+;' to the app_config.php.

This commit is contained in:
Mark Crane
2015-05-04 02:50:31 +00:00
parent 29dfbbd66e
commit 96e5c7ec74

View File

@@ -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'] = "";