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) {
|
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