mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Fix for admin language permissions.
This commit is contained in:
@@ -53,9 +53,9 @@ if(!empty($_GET['iframe']))
|
|||||||
|
|
||||||
protected $adminMenu = array(
|
protected $adminMenu = array(
|
||||||
|
|
||||||
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => '0'),
|
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => '0'),
|
||||||
'main/db' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
'main/db' => array('caption'=> LAN_CREATE, 'perm' => 'L'),
|
||||||
'main/tools' => array('caption'=>LANG_LAN_21, 'perm'=>'P')
|
'main/tools' => array('caption'=>LANG_LAN_21, 'perm'=>'L')
|
||||||
// 'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => 'P'),
|
// 'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => 'P'),
|
||||||
|
|
||||||
// 'main/custom' => array('caption'=> 'Custom Page', 'perm' => 'P')
|
// 'main/custom' => array('caption'=> 'Custom Page', 'perm' => 'P')
|
||||||
|
Reference in New Issue
Block a user