mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#229 글의 내용이 없을 경우 글 자체가 유효하지 않게 되던 문제를 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2751 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2967f63665
commit
7cdedec244
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
function setAttribute($attribute) {
|
||||
if(!$attribute->document_srl || !$attribute->content) {
|
||||
if(!$attribute->document_srl) {
|
||||
$this->document_srl = null;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue