에디터 수정시 파일첨부 용량을 잘못 세팅하는 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2577 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-11 06:55:39 +00:00
parent fb75b0d584
commit 87e70faed6

View file

@ -93,6 +93,8 @@
$file_config->allowed_filetypes = '*.*';
} else {
$file_config = $this->getFileConfig();
$file_config->allowed_filesize .= 'M';
$file_config->allowed_attach_size.= 'M';
}
return $file_config;
}