diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/attach.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/attach.php b/include/attach.php index b5c334d3e..e81a943c6 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1948,9 +1948,9 @@ function get_attach_binname($s) { function get_dirpath_by_cloudpath($channel, $path) { - - // Warning: Do not edit the following line. The first symbol is UTF-8 @ - $path = str_replace('@','@',notags(trim($path))); + + // Warning: Do not edit the following line. The first symbol is UTF-8 (U+FF20) @ + $path = str_replace('@', '@', notags(trim($path))); $h = @parse_url($path); |