mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Issue #2885 - Perms issue on User-Extended Page
This commit is contained in:
parent
b870c67618
commit
9b81eed759
@ -289,11 +289,11 @@ e107::js('footer-inline', js());
|
||||
|
||||
protected $adminMenu = array(
|
||||
|
||||
'main/list' => array('caption'=> LAN_MANAGE, 'perm' => '0'),
|
||||
'main/add' => array('caption'=> EXTLAN_45, 'perm' => '0'),
|
||||
'main/create' => array('caption'=> EXTLAN_81, 'perm' => '0'),
|
||||
'cat/list' => array('caption'=> LAN_CATEGORIES, 'perm' => '0'),
|
||||
'cat/create' => array('caption'=> LAN_CREATE_CATEGORY, 'perm' => '0'),
|
||||
'main/list' => array('caption'=> LAN_MANAGE, 'perm' => '0|4'),
|
||||
'main/add' => array('caption'=> EXTLAN_45, 'perm' => '0|4'),
|
||||
'main/create' => array('caption'=> EXTLAN_81, 'perm' => '0|4'),
|
||||
'cat/list' => array('caption'=> LAN_CATEGORIES, 'perm' => '0|4'),
|
||||
'cat/create' => array('caption'=> LAN_CREATE_CATEGORY, 'perm' => '0|4'),
|
||||
|
||||
|
||||
// 'main/custom' => array('caption'=> 'Custom Page', 'perm' => 'P')
|
||||
|
Loading…
x
Reference in New Issue
Block a user