mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Merge branch 'develop' of github.com:rhymix/rhymix into pr/vote-repack
This commit is contained in:
commit
6bb0e8c797
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ class fileModel extends file
|
|||
$config->allowed_filetypes = trim($config->allowed_filetypes);
|
||||
if($config->allowed_filetypes === '*.*')
|
||||
{
|
||||
$config->allowed_extensions = '';
|
||||
$config->allowed_extensions = array();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue