mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
글에서 태그 삭제시 태그 관리 dB에서 삭제되지 않던 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3087 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
68d82d913e
commit
feae5bda9b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
$module_srl = $obj->module_srl;
|
||||
$document_srl = $obj->document_srl;
|
||||
$tags = $obj->tags;
|
||||
if(!$document_srl || !$tags) return new Object();
|
||||
if(!$document_srl) return new Object();
|
||||
|
||||
// 해당 글의 tags를 모두 삭제
|
||||
$output = $this->triggerDeleteTag($obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue