fix community tags not preserved on post edit. issue #865
This commit is contained in:
parent
d11d36040d
commit
2feb6795b0
@ -685,7 +685,7 @@ class Item extends \Zotlabs\Web\Controller {
|
||||
foreach($t as $t1) {
|
||||
$post_tags[] = array(
|
||||
'uid' => $profile_uid,
|
||||
'ttype' => $t1['type'],
|
||||
'ttype' => $t1['ttype'],
|
||||
'otype' => TERM_OBJ_POST,
|
||||
'term' => $t1['term'],
|
||||
'url' => $t1['url'],
|
||||
|
Reference in New Issue
Block a user