Fax: Fix Remote Inbox link (oops).

This commit is contained in:
Nate Jones
2015-05-09 05:40:39 +00:00
parent 95e965b108
commit 3d00560648

View File

@@ -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 {