From 9bcde1662886322838b52048e1d144debdb4bc2b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 24 Sep 2006 05:39:03 +0000 Subject: =?UTF-8?q?Bug=20353965:=20object=20=3D>=20"field=20values"=20does?= =?UTF-8?q?n't=20exist=20in=20user-error.html.tmpl=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dmkanat=20?= =?UTF-8?q?a=3Djustdave?= 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.1