From 7fb6bc2370d93de28c8617abad97f3d5841144ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Jul 2008 15:55:35 +0000 Subject: [PATCH] There is no en-iso-8859-1 anymore, so do not attempt to use it. --- libraries/core.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/core.lib.php b/libraries/core.lib.php index 4ec4c1851..d936b45c0 100644 --- a/libraries/core.lib.php +++ b/libraries/core.lib.php @@ -213,7 +213,7 @@ function PMA_securePath($path) function PMA_fatalError($error_message, $message_args = null) { if (! isset($GLOBALS['available_languages'])) { - $GLOBALS['cfg'] = array('DefaultLang' => 'en-iso-8859-1', + $GLOBALS['cfg'] = array('DefaultLang' => 'en-utf-8', 'AllowAnywhereRecoding' => false); // Loads the language file require_once './libraries/select_lang.lib.php';