From 3cf8ceb252a223aaca8ff505e03d0e9a574ecfd8 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 11 Oct 2012 14:54:19 +0000 Subject: [PATCH] Fix the name of the menu item title in the menu languages table. --- core/menu/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/menu/app_config.php b/core/menu/app_config.php index ad3eaeb807..f822046463 100644 --- a/core/menu/app_config.php +++ b/core/menu/app_config.php @@ -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'] = '';