From 9bcde1662886322838b52048e1d144debdb4bc2b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 24 Sep 2006 05:39:03 +0000 Subject: Bug 353965: object => "field values" doesn't exist in user-error.html.tmpl - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editvalues.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editvalues.cgi') diff --git a/editvalues.cgi b/editvalues.cgi index 2bcbf099f..d02a14d9c 100755 --- a/editvalues.cgi +++ b/editvalues.cgi @@ -112,7 +112,7 @@ print $cgi->header(); exists Bugzilla->user->groups->{'editcomponents'} || ThrowUserError('auth_failure', {group => "editcomponents", action => "edit", - object => "field values"}); + object => "field_values"}); # # often-used variables -- cgit v1.2.3-24-g4f1b