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

This commit is contained in:
Mark Crane
2015-05-04 02:50:31 +00:00
parent b9f1d6d952
commit 95f457d9b8

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