mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Improve backward compatibility with AXUpload5 and other third-party AJAX apps
This commit is contained in:
parent
8ee5e8c4b0
commit
3a419d586d
5 changed files with 33 additions and 15 deletions
|
|
@ -35,6 +35,7 @@ class fileModel extends file
|
|||
{
|
||||
$tmp_files = $this->getFiles($upload_target_srl);
|
||||
$file_count = count($tmp_files);
|
||||
$files = array();
|
||||
|
||||
for($i=0;$i<$file_count;$i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue