mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #2278 set default value for $member_config->member_max_filesize
This commit is contained in:
parent
470f007138
commit
fecc9c9ffe
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ class MemberModel extends Member
|
|||
$config->signature_html = $config->signature_html ?? 'Y';
|
||||
$config->signature_html_retroact = $config->signature_html_retroact ?? 'N';
|
||||
$config->member_allow_fileupload = $config->member_allow_fileupload ?? 'N';
|
||||
$config->member_max_filesize = $config->member_max_filesize ?? 0;
|
||||
$config->profile_image = $config->profile_image ?? 'N';
|
||||
$config->profile_image_max_width = $config->profile_image_max_width ?? 90;
|
||||
$config->profile_image_max_height = $config->profile_image_max_height ?? 90;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue