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