mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix incorrect type for allowed_extensions
This commit is contained in:
parent
dd7ee0c192
commit
84fcdb8cfd
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