From 29502438f807275ab8ea8259ca261117e561c962 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 29 Jun 2013 21:27:01 -0700 Subject: 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. --- mod/tagger.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/tagger.php') diff --git a/mod/tagger.php b/mod/tagger.php index 28e10d131..6ad026f62 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -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']) -- cgit v1.2.3