added only manager on getAdminMenuItem

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12195 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-11-13 06:32:45 +00:00
parent 0b913ac41c
commit d8acc1db9e

View file

@ -161,6 +161,10 @@
{
$menuItem->grant = 'member';
}
else if($menuItem->group_srls[0] == -3)
{
$menuItem->grant = 'manager';
}
else
{
$menuItem->grant = 'group';