diff options
author | plegall <plg@piwigo.org> | 2010-04-01 12:35:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-01 12:35:49 +0000 |
commit | 674008ee7882060d2cabbbe834314eefa8cb70ff (patch) | |
tree | 3ba98f60e3f452266217dd4b7d04167ab447253d | |
parent | fff1cd9d8e5613c1e34efc972c46e075f1adaf65 (diff) |
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
-rw-r--r-- | admin/include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |