There is no en-iso-8859-1 anymore, so do not attempt to use it.

This commit is contained in:
Michal Čihař
2008-07-08 15:55:35 +00:00
parent 1ce9daf87c
commit 7fb6bc2370

View File

@@ -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';