aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/attach.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/attach.php b/include/attach.php
index e81a943c6..f7a107fc0 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -1949,8 +1949,8 @@ 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 (U+FF20) @
- $path = str_replace('@', '@', notags(trim($path)));
+
+ $path = notags(trim($path));
$h = @parse_url($path);