mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
에디터 수정시 파일첨부 용량을 잘못 세팅하는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2577 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fb75b0d584
commit
87e70faed6
1 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,8 @@
|
||||||
$file_config->allowed_filetypes = '*.*';
|
$file_config->allowed_filetypes = '*.*';
|
||||||
} else {
|
} else {
|
||||||
$file_config = $this->getFileConfig();
|
$file_config = $this->getFileConfig();
|
||||||
|
$file_config->allowed_filesize .= 'M';
|
||||||
|
$file_config->allowed_attach_size.= 'M';
|
||||||
}
|
}
|
||||||
return $file_config;
|
return $file_config;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue