Merge pull request #6210 from JonnyTischbein/issue_multiple_hashtag
Fix insert multiple hashtags to term
This commit is contained in:
commit
e64a14b84b
|
@ -156,7 +156,7 @@ class Term
|
|||
$link = '';
|
||||
}
|
||||
|
||||
if (DBA::exists('term', ['uid' => $message['uid'], 'otype' => TERM_OBJ_POST, 'oid' => $itemid, 'url' => $link])) {
|
||||
if (DBA::exists('term', ['uid' => $message['uid'], 'otype' => TERM_OBJ_POST, 'oid' => $itemid, 'term' => $term])) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue