From: timeless%mozdev.org <> Date: Tue, 7 Mar 2006 06:16:24 +0000 (+0000) Subject: Bug 328748 - Report inability to just view parameters - not edit them X-Git-Tag: bugzilla-2.22~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4712ae1fa192e0a33df6ce6dd7d48f4dc450a14;p=thirdparty%2Fbugzilla.git Bug 328748 - Report inability to just view parameters - not edit them r=lpsolit a=myk --- diff --git a/editparams.cgi b/editparams.cgi index dec30ab83f..57058e7ad7 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -41,7 +41,7 @@ print $cgi->header(); $user->in_group('tweakparams') || ThrowUserError("auth_failure", {group => "tweakparams", - action => "modify", + action => "access", object => "parameters"}); my $action = trim($cgi->param('action') || '');