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
This commit is contained in:
plegall
2010-04-01 12:35:49 +00:00
parent fff1cd9d8e
commit 674008ee78
+1
View File
@@ -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;