fix community tags not preserved on post edit. issue #865

This commit is contained in:
Mario Vavti 2017-10-02 12:54:25 +02:00
parent d11d36040d
commit 2feb6795b0

View File

@ -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'],