From 3d00560648dcb387b20c45acec3db0a24c23854c Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sat, 9 May 2015 05:40:39 +0000 Subject: [PATCH] Fax: Fix Remote Inbox link (oops). --- app/fax/fax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {