Add a missing quote.

This commit is contained in:
FusionPBX
2021-12-06 17:17:22 -07:00
committed by GitHub
parent ab9140e960
commit 406cc25c70

View File

@@ -287,7 +287,7 @@
$box = 'inbox';
}
echo " <a href='".$file."?order_by=fax_date&order=desc&id=".urlencode($row['fax_uuid'])."&box=".$box."'>".$text['label-inbox']."</a>&nbsp;&nbsp;";
echo " <a href='fax_outbox.php?id=".urlencode($row['fax_uuid'])."'>".$text['label-outbox'].</a>&nbsp;&nbsp;";
echo " <a href='fax_outbox.php?id=".urlencode($row['fax_uuid'])."'>".$text['label-outbox']."</a>&nbsp;&nbsp;";
}
if (permission_exists('fax_sent_view')) {
echo " <a href='fax_files.php?order_by=fax_date&order=desc&id=".urlencode($row['fax_uuid'])."&box=sent'>".$text['label-sent']."</a>&nbsp;&nbsp;";