From 8a7fff22b0ada393cff2543fbf17c0cf52f0d03d Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 11 Jul 2006 20:51:24 +0000 Subject: Resolved Issue ID 0000456, 0000457, 0000459, 0000465: o Fix bugs adviser mode git-svn-id: http://piwigo.org/svn/trunk@1458 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/rating.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/rating.php') diff --git a/admin/rating.php b/admin/rating.php index 21850d5df..45d62c64d 100644 --- a/admin/rating.php +++ b/admin/rating.php @@ -74,7 +74,7 @@ if (isset($_GET['users'])) } } -if (isset($_GET['del'])) +if (isset($_GET['del']) and !is_adviser()) { $del_params = urldecode( $_GET['del'] ); parse_str($del_params, $vars); -- cgit v1.2.3