]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
add debugging fatal error synthesis 79/head
authorDylan William Hardison <dylan@hardison.net>
Sun, 4 Aug 2019 08:26:24 +0000 (04:26 -0400)
committerDylan William Hardison <dylan@hardison.net>
Sun, 4 Aug 2019 08:26:24 +0000 (04:26 -0400)
Bugzilla/Config.pm

index 4e61063296c054cf778dfcc187947e9ddbbe3ee0..635e49dfecc40ed56bf4f106a053c8d58d500717 100644 (file)
@@ -341,6 +341,8 @@ sub read_param_file {
     die "The $file file does not exist."
       . ' You probably need to run checksetup.pl.',;
   }
+  die "the param utf8 must be set to utf8mb4" unless $params{utf8} eq 'utf8mb4';
+  
   return \%params;
 }