diff --git a/app/fax/fax_files.php b/app/fax/fax_files.php index bb08fa837d..cd9a80b589 100644 --- a/app/fax/fax_files.php +++ b/app/fax/fax_files.php @@ -35,10 +35,8 @@ else { } //add multi-lingual support - require_once "app_languages.php"; - foreach($text as $key => $value) { - $text[$key] = $value[$_SESSION['domain']['language']['code']]; - } + $language = new text; + $text = $language->get(); //get variables used to control the order $order_by = check_str($_GET["order_by"]);