mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4681 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7df9c7eb8e
commit
f9c57f9db6
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@
|
||||||
$file_count = count($file_list);
|
$file_count = count($file_list);
|
||||||
for($i=0;$i<$file_count;$i++) {
|
for($i=0;$i<$file_count;$i++) {
|
||||||
$file = $file_list[$i];
|
$file = $file_list[$i];
|
||||||
|
$file->source_filename = stripslashes($file->source_filename);
|
||||||
$file->download_url = $this->getDownloadUrl($file->file_srl, $file->sid);
|
$file->download_url = $this->getDownloadUrl($file->file_srl, $file->sid);
|
||||||
$file_list[$i] = $file;
|
$file_list[$i] = $file;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue