mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-11447-15719-campos-personalizados-no-van-bien' into 'develop'
Ent 11447 15719 campos personalizados no van bien See merge request artica/pandorafms!6031
This commit is contained in:
commit
6a8e47bee3
@ -965,7 +965,7 @@ foreach ($fields as $field) {
|
||||
true
|
||||
);
|
||||
} else if ($field['is_link_enabled']) {
|
||||
list($link_text, $link_url) = json_decode($custom_value, true);
|
||||
list($link_text, $link_url) = json_decode(io_safe_output($custom_value), true);
|
||||
|
||||
if (json_last_error() !== JSON_ERROR_NONE) {
|
||||
$link_text = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user