Merge branch 'ent-9900-Problemas-a-la-hora-de-añadir-perfiles-con-tags-en-tyr-y-parama' into 'develop'
minor fix See merge request artica/pandorafms!5289
This commit is contained in:
commit
bca50dc51c
|
@ -284,7 +284,7 @@ function profile_print_profile_table($id, $json_profile=false, $return=false)
|
||||||
if (empty($profile['tags'])) {
|
if (empty($profile['tags'])) {
|
||||||
$data['tags'] = '';
|
$data['tags'] = '';
|
||||||
} else {
|
} else {
|
||||||
if (is_array($profile['tags'] === false)) {
|
if (is_array($profile['tags']) === false) {
|
||||||
$tags_ids = explode(',', $profile['tags']);
|
$tags_ids = explode(',', $profile['tags']);
|
||||||
} else {
|
} else {
|
||||||
$tags_ids = $profile['tags'];
|
$tags_ids = $profile['tags'];
|
||||||
|
|
Loading…
Reference in New Issue