issue #378, failure to correctly link tags where one tag contains a substring of the other (depends on the order they are discovered).

This commit is contained in:
friendica
2014-03-30 20:53:59 -07:00
parent 3791cee52b
commit 653d7df86d
2 changed files with 18 additions and 1 deletions

View File

@@ -2294,6 +2294,7 @@ function tag_deliver($uid,$item_id) {
logger('tag_deliver: community tag activity received');
if(($item['owner_xchan'] === $u[0]['channel_hash']) && (! get_pconfig($u[0]['channel_id'],'system','blocktags'))) {
logger('tag_deliver: community tag recipient: ' . $u[0]['channel_name']);
$j_tgt = json_decode_plus($item['target']);
if($j_tgt && $j_tgt['id']) {
$p = q("select * from item where mid = '%s' and uid = %d limit 1",