mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix error custom data events list pandora_enterprise#9304
This commit is contained in:
parent
33f6ae1875
commit
bbf9174903
@ -945,7 +945,7 @@ if (is_ajax() === true) {
|
|||||||
$custom_data_str = '';
|
$custom_data_str = '';
|
||||||
if (isset($custom_data) === true && empty($custom_data) === false) {
|
if (isset($custom_data) === true && empty($custom_data) === false) {
|
||||||
foreach ($custom_data as $key => $value) {
|
foreach ($custom_data as $key => $value) {
|
||||||
$custom_data_str .= $value['attr_name'].' = '.$value['val'].'<br>';
|
$custom_data_str .= $key.' = '.$value.'<br>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user