From 50fb815da06e559a3d93df5c751f21ac9d0c452c Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Tue, 7 Mar 2006 06:16:23 +0000 Subject: Bug 328748 - Report inability to just view parameters - not edit them r=lpsolit a=myk --- editparams.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index dec30ab83..57058e7ad 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') || ''); -- cgit v1.2.3-24-g4f1b