| #506 | |
| #507 | |
| #508 | $tagid = $this->cms_content_tag->create($tag_post); |
| #509 | if(!$tagid){ |
| #510 | DEBUG && log::le_log($tag_post, 'cms_content_xadd_error'); |
| #511 | return array('err'=>1 ,'msg'=>lang('write_tag_table_failed')); |
| #512 | } |
| #513 | $tagdata = $this->cms_content_tag->get($tagid); |
| #514 | } |
| #515 | $tagdata['count']++; |