This commit is contained in:
bnu 2014-01-24 09:56:10 +09:00
parent a880350cad
commit 1c1f1175e6

View file

@ -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;