1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Fix the theme manager menu when only "preferences" permissions are active.

This commit is contained in:
Cameron 2019-07-25 15:56:20 -07:00
parent c98845b48a
commit d1c6cad16b

View File

@ -58,7 +58,7 @@ class theme_admin extends e_admin_dispatcher
protected $adminMenu = array(
'main/main' => array('caption'=> TPVLAN_33, 'perm' => '0'),
'main/main' => array('caption'=> TPVLAN_33, 'perm' => '0|1'),
'main/admin' => array('caption'=> TPVLAN_34, 'perm' => '0'),
'main/choose' => array('caption'=> TPVLAN_51, 'perm' => '0'),
'main/online' => array('caption'=> TPVLAN_62, 'perm' => '0'),