mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
게시글의 첨부파일 유무등의 표시시 내용의 이미지와 첨부된 파일 유무 아이콘을 별도로 표시하도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4370 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1e69961d55
commit
5e4347ca0b
1 changed files with 1 additions and 2 deletions
|
|
@ -562,8 +562,7 @@
|
|||
}
|
||||
|
||||
// 첨부파일 체크
|
||||
if(!$check_files && $this->hasUploadedFiles()) $buffs[] = "file";
|
||||
|
||||
if($this->hasUploadedFiles()) $buffs[] = "file";
|
||||
|
||||
return $buffs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue