mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Unset destination_app and destination_data
This fixes a bug where a blank empty value shows the previous value.
This commit is contained in:
@@ -346,6 +346,11 @@
|
||||
echo " </td>\n";
|
||||
}
|
||||
echo "</tr>\n";
|
||||
|
||||
//unset the destination app and data
|
||||
unset($destination_app, $destination_data);
|
||||
|
||||
//increment the id
|
||||
$x++;
|
||||
}
|
||||
unset($destinations);
|
||||
|
||||
Reference in New Issue
Block a user