Destinations - List: Resolve PHP 8.1 warning.
This commit is contained in:
parent
5e04c63824
commit
bd12b748e6
|
|
@ -300,6 +300,7 @@
|
|||
$destination_data = '';
|
||||
|
||||
//prepare the destination actions
|
||||
if (!empty($row['destination_actions'])) {
|
||||
$destination_actions = json_decode($row['destination_actions'], true);
|
||||
if (!empty($destination_actions)) {
|
||||
foreach($destination_actions as $action) {
|
||||
|
|
@ -307,6 +308,7 @@
|
|||
$destination_data = $action['destination_data'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//create the row link
|
||||
if (permission_exists('destination_edit')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue