diff --git a/app/fax/fax.php b/app/fax/fax.php index e60cd927da..a321b7d6a7 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -36,6 +36,12 @@ else { require_once "includes/header.php"; require_once "includes/paging.php"; +//prepare the languages + require_once "app_languages.php"; + foreach($content as $key => $value) { + $content[$key] = $value[$_SESSION['domain']['language']['code']]."\n"; + } + //get the http get values and set them as php variables $order_by = check_str($_GET["order_by"]); $order = check_str($_GET["order"]); @@ -139,7 +145,7 @@ require_once "includes/paging.php"; echo " $v_link_label_edit\n"; } if (permission_exists('fax_extension_delete')) { - echo " $v_link_label_delete\n"; + echo " $v_link_label_delete\n"; } echo " \n"; echo "\n";