mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-07 02:11:26 +02:00
merge r3216 from trunk to branch 2.0
feature_948_accordion feature 948 : fix problem with incorrect submenu open in admin use a new variable (U_ACTIVE_MENU) and use default position defined in selected_admin_menu if not exists git-svn-id: http://piwigo.org/svn/branches/2.0@3217 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -33,7 +33,9 @@ function selected_admin_menu()
|
||||
case 'tags':
|
||||
return 3;
|
||||
case 'user_list':
|
||||
case 'user_perm':
|
||||
case 'group_list':
|
||||
case 'group_perm':
|
||||
case 'notification_by_mail':
|
||||
return 4;
|
||||
case 'stats':
|
||||
|
||||
Reference in New Issue
Block a user