Fax: Fix Remote Inbox link (oops).

This commit is contained in:
Nate Jones 2015-05-09 05:40:39 +00:00
parent 7fab6d2e88
commit 283d06ede0
1 changed files with 1 additions and 1 deletions

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 {