X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_lang.php;h=805969ffa0514dfa35cd892c6c4ed2eed6b06f5f;hb=bd9a2064a4e308b2f056826a152e15f7795a2f20;hp=e1fbd0636270513e6011633853efbdb5d64eb535;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/admin/inst_lang.php b/admin/inst_lang.php index e1fbd063..805969ff 100644 --- a/admin/inst_lang.php +++ b/admin/inst_lang.php @@ -30,7 +30,7 @@ simple_page_mode(true); // function display_languages() { - global $table_style, $installed_languages, $dflt_lang; + global $table_style, $installed_languages, $dflt_lang, $GetText; $th = array(_("Language"), _("Name"), _("Encoding"), _("Right To Left"), _("Installed"), _("Available"), _("Default"), "", ""); @@ -75,7 +75,7 @@ function display_languages() else alt_table_row_color($k); - $support = $_SESSION['get_text']->check_support($lang, $charset); + $support = $GetText->check_support($lang, $charset); if (function_exists('gettext') && !$support && !get_post('DisplayAll')) continue;