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'])) {
|
||||
$data['tags'] = '';
|
||||
} else {
|
||||
if (is_array($profile['tags'] === false)) {
|
||||
if (is_array($profile['tags']) === false) {
|
||||
$tags_ids = explode(',', $profile['tags']);
|
||||
} else {
|
||||
$tags_ids = $profile['tags'];
|
||||
|
|
Loading…
Reference in New Issue