mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +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
|
true
|
||||||
);
|
);
|
||||||
} else if ($field['is_link_enabled']) {
|
} 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) {
|
if (json_last_error() !== JSON_ERROR_NONE) {
|
||||||
$link_text = '';
|
$link_text = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user