mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
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:
parent
0b913ac41c
commit
d8acc1db9e
1 changed files with 4 additions and 0 deletions
|
|
@ -161,6 +161,10 @@
|
||||||
{
|
{
|
||||||
$menuItem->grant = 'member';
|
$menuItem->grant = 'member';
|
||||||
}
|
}
|
||||||
|
else if($menuItem->group_srls[0] == -3)
|
||||||
|
{
|
||||||
|
$menuItem->grant = 'manager';
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$menuItem->grant = 'group';
|
$menuItem->grant = 'group';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue