issue 160 many bug fixed

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9405 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-28 09:21:53 +00:00
parent 4d4a8f1b86
commit 3999db9698
4 changed files with 10 additions and 3 deletions

View file

@ -152,6 +152,10 @@
}
$menuItem->groupList = $groupList;
$oModuleController = &getController('module');
$menuItem->name_key = $menuItem->name;
$oModuleController->replaceDefinedLangCode($menuItem->name);
$this->add('menu_item', $menuItem);
}