diff options
Diffstat (limited to 'modules/blogapi/blogapi.module')
-rw-r--r-- | modules/blogapi/blogapi.module | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index 8fa29326e..ce7edce8d 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -274,11 +274,6 @@ function blogapi_blogger_edit_post($appkey, $postid, $username, $password, $cont return blogapi_error(implode("\n", $errors)); } - $terms = module_invoke('taxonomy', 'node_get_terms', $node->nid, 'tid'); - foreach ($terms as $term) { - $node->taxonomy[] = $term->tid; - } - $node = node_submit($node); node_save($node); if ($node->nid) { |