diff options
author | plegall <plg@piwigo.org> | 2010-04-29 13:58:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-29 13:58:40 +0000 |
commit | 884c9375f3e35578ad67b9d58a41b97fef04949c (patch) | |
tree | 486ec4e04bad2d3bba8034a8a0ca48bc0168a0b5 /admin/include/functions.php | |
parent | a07188b3befe9325af3e8b73efe8b3598f8352e5 (diff) |
bug 1613 fixed: split the "pending" screen into 2 distinct sections :
admin>photos>pending + admin>tools>pending comments.
git-svn-id: http://piwigo.org/svn/trunk@5997 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r-- | admin/include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 618c65b99..d0ea59822 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1908,7 +1908,6 @@ function get_active_menu($menu_page) { case 'photos_add': case 'upload': - case 'comments': // really needs to be moved somewhere else case 'rating': case 'tags': case 'picture_modify': @@ -1941,6 +1940,7 @@ function get_active_menu($menu_page) case 'history': case 'maintenance': case 'thumbnail': + case 'comments': return 4; case 'configuration': |