From 674008ee7882060d2cabbbe834314eefa8cb70ff Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 1 Apr 2010 12:35:49 +0000 Subject: bug 1550 fixed: the admin menu opens on the right section for languages_new page. git-svn-id: http://piwigo.org/svn/trunk@5528 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/include') diff --git a/admin/include/functions.php b/admin/include/functions.php index 5428ba101..a41cb7e02 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1951,6 +1951,7 @@ function get_active_menu($menu_page) case 'themes_installed': case 'theme': case 'languages_installed': + case 'languages_new': return 5; } return 0; -- cgit v1.2.3