Now changing categories also changes them in the term table.
This commit is contained in:
parent
a410d9caae
commit
8689ab3e1b
@ -708,6 +708,10 @@ function item_post(&$a) {
|
||||
intval($profile_uid)
|
||||
);
|
||||
|
||||
create_tags_from_item($post_id);
|
||||
create_files_from_item($post_id);
|
||||
update_thread($post_id);
|
||||
|
||||
// update filetags in pconfig
|
||||
file_tag_update_pconfig($uid,$categories_old,$categories_new,'category');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user