mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix a little syntax in the delete file.
This commit is contained in:
@@ -82,10 +82,10 @@ if (strlen($id) > 0) {
|
||||
unset($sql);
|
||||
|
||||
//set the type
|
||||
if ($fax_mode == 'rx';
|
||||
if ($fax_mode == 'rx') {
|
||||
$type = 'inbox';
|
||||
}
|
||||
if ($fax_mode == 'tx';
|
||||
if ($fax_mode == 'tx') {
|
||||
$type = 'sent';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user