#229 글의 내용이 없을 경우 글 자체가 유효하지 않게 되던 문제를 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2751 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-12 03:05:27 +00:00
parent 2967f63665
commit 7cdedec244

View file

@ -29,7 +29,7 @@
}
function setAttribute($attribute) {
if(!$attribute->document_srl || !$attribute->content) {
if(!$attribute->document_srl) {
$this->document_srl = null;
return;
}