Commit 50fb815d authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 328748 - Report inability to just view parameters - not edit them

r=lpsolit a=myk
parent 93ed3ae8
......@@ -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') || '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment