Add missing '+;' to the app_config.php.
This commit is contained in:
parent
29dfbbd66e
commit
96e5c7ec74
|
|
@ -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'] = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue