diff options
Diffstat (limited to 'Bugzilla/Config/Core.pm')
-rw-r--r-- | Bugzilla/Config/Core.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index 5688e5c8c..33eb46ac5 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -98,6 +98,7 @@ sub get_param_list { name => 'utf8', type => 'b', default => '0', + checker => \&check_utf8 }, { |