diff options
Diffstat (limited to 'editparams.cgi')
-rwxr-xr-x | editparams.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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') || ''); |