There is no en-iso-8859-1 anymore, so do not attempt to use it.
This commit is contained in:
@@ -213,7 +213,7 @@ function PMA_securePath($path)
|
|||||||
function PMA_fatalError($error_message, $message_args = null)
|
function PMA_fatalError($error_message, $message_args = null)
|
||||||
{
|
{
|
||||||
if (! isset($GLOBALS['available_languages'])) {
|
if (! isset($GLOBALS['available_languages'])) {
|
||||||
$GLOBALS['cfg'] = array('DefaultLang' => 'en-iso-8859-1',
|
$GLOBALS['cfg'] = array('DefaultLang' => 'en-utf-8',
|
||||||
'AllowAnywhereRecoding' => false);
|
'AllowAnywhereRecoding' => false);
|
||||||
// Loads the language file
|
// Loads the language file
|
||||||
require_once './libraries/select_lang.lib.php';
|
require_once './libraries/select_lang.lib.php';
|
||||||
|
Reference in New Issue
Block a user