mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
게시판별 첨부파일 제한이 없을경우(공백) 파일첨부모듈의 제한을 따르도록함
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5115 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a1b2660aa8
commit
471aba08e2
3 changed files with 19 additions and 2 deletions
|
|
@ -149,6 +149,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
// 게시판만 뽑자
|
||||
foreach($module_list as $module_srl => $module) {
|
||||
if($module->module != 'board') unset($module_list[$module_srl]);
|
||||
}
|
||||
|
||||
// module_category와 module의 조합
|
||||
if($module_categories) {
|
||||
foreach($module_list as $module_srl => $module) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue