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