Fix the name of the menu item title in the menu languages table.

This commit is contained in:
Mark Crane
2012-10-11 14:54:19 +00:00
parent 2b8c281646
commit 3cf8ceb252

View File

@@ -317,7 +317,7 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ment_item_title';
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_item_title';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';