diff --git a/app/fax/fax.php b/app/fax/fax.php index 6f6db6e935..532d7cf46f 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -153,7 +153,7 @@ require_once "resources/paging.php"; } if (permission_exists('fax_inbox_view')) { if ($row['fax_email_connection_host'] != '') { - $file = "fax_box_remote.php"; + $file = "fax_files_remote.php"; $box = $row['fax_email_connection_mailbox']; } else {