git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4681 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
ngleader 2008-10-24 09:42:14 +00:00
parent 7df9c7eb8e
commit f9c57f9db6

View file

@ -122,6 +122,7 @@
$file_count = count($file_list);
for($i=0;$i<$file_count;$i++) {
$file = $file_list[$i];
$file->source_filename = stripslashes($file->source_filename);
$file->download_url = $this->getDownloadUrl($file->file_srl, $file->sid);
$file_list[$i] = $file;
}