From 1c1f1175e6649aebd98082224613f4ebdca41f54 Mon Sep 17 00:00:00 2001 From: bnu Date: Fri, 24 Jan 2014 09:56:10 +0900 Subject: [PATCH] =?UTF-8?q?#302=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/file/FileHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/file/FileHandler.class.php b/classes/file/FileHandler.class.php index 0b107b73f..f05557523 100644 --- a/classes/file/FileHandler.class.php +++ b/classes/file/FileHandler.class.php @@ -263,7 +263,7 @@ class FileHandler $file = sprintf('%s%s', str_replace(_XE_PATH_, '', $path), $file); } - $output[] = str_replace(DIRECTORY_SEPARATOR, '', $file); + $output[] = str_replace(array('/\\', '//'), DIRECTORY_SEPARATOR, $file); } return $output;