From feae5bda9b1944f12384b862b4692667145bfa6a Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 27 Nov 2007 07:25:20 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B8=80=EC=97=90=EC=84=9C=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=20=EC=82=AD=EC=A0=9C=EC=8B=9C=20=ED=83=9C=EA=B7=B8=20?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=20dB=EC=97=90=EC=84=9C=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3087 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/tag/tag.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tag/tag.controller.php b/modules/tag/tag.controller.php index 22e3606b5..8e61a026e 100644 --- a/modules/tag/tag.controller.php +++ b/modules/tag/tag.controller.php @@ -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);