소스 검색

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

Mark Crane 13 년 전
부모
커밋
549e849f30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/menu/app_config.php

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