partial implementation of issue #64 - local tag storage linked to the tagged item has been provided. tag deletion, comment tagging, and full testing of this feature are still outstanding.
This commit is contained in:
parent
070aeeefd6
commit
29502438f8
@ -122,6 +122,7 @@ function tagger_content(&$a) {
|
||||
$arr['object'] = $obj;
|
||||
$arr['parent_mid'] = $item['mid'];
|
||||
|
||||
store_item_tag($item['uid'],$item['id'],TERM_OBJ_POST,TERM_HASHTAG,$term);
|
||||
$ret = post_activity_item($arr);
|
||||
|
||||
if($ret['success'])
|
||||
|
Reference in New Issue
Block a user