From f9c57f9db6592d0bc2f5f471a0819f97b89daa35 Mon Sep 17 00:00:00 2001 From: ngleader Date: Fri, 24 Oct 2008 09:42:14 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4681 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/file/file.model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/file/file.model.php b/modules/file/file.model.php index 0e0d06e36..d2ea6ce66 100644 --- a/modules/file/file.model.php +++ b/modules/file/file.model.php @@ -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; }