From 2ccf81dec1fbe4e215ea47700a4e006420318621 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 15 Mar 2015 13:50:28 +0100 Subject: Bug 902395: Enforce utf8 = true for all installations and remove the utf8 parameter r=dkl a=sgreen --- Bugzilla/Config.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla/Config.pm') diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 1e22b5239..5a8117c29 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -231,8 +231,6 @@ sub update_params { } } - $param->{'utf8'} = 1 if $new_install; - # Bug 452525: OR based groups are on by default for new installations $param->{'or_groups'} = 1 if $new_install; -- cgit v1.2.3-24-g4f1b