mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Remove all calls to checkUploadedFile()
This commit is contained in:
parent
37c07f7b6e
commit
5d7853645a
9 changed files with 15 additions and 51 deletions
|
|
@ -868,7 +868,7 @@ function blockWidgetCode($content)
|
|||
*/
|
||||
function checkUploadedFile($file)
|
||||
{
|
||||
return UploadFileFilter::check($file);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue