Fixed bug #2062
This commit is contained in:
parent
2e51480f58
commit
f894656d87
|
@ -169,7 +169,7 @@ if (!empty($tag_with)) {
|
|||
foreach ($tag_with as $id_tag) {
|
||||
if ($first) $first = false;
|
||||
else $sql_post .= " OR ";
|
||||
$sql_post .= "tags = '" . tags_get_name($id_tag) . "'";
|
||||
$sql_post .= "tags LIKE ('%" . tags_get_name($id_tag) . "%')";
|
||||
}
|
||||
$sql_post .= ' ) ';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue