Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop

This commit is contained in:
m-lopez-f 2015-03-18 11:46:49 +01:00
commit 6c1b434565
2 changed files with 11 additions and 11 deletions

View File

@ -473,7 +473,7 @@ if (is_ajax ()) {
$_user_tags = tags_get_user_tags($config['id_user'], 'RR');
$_sql_post = '';
if ($_user_tags !== false) {
if (is_array($_user_tags) && !empty($_user_tags)) {
$_tags = implode(',', array_keys($_user_tags));