From 9a2f86e9ad3afadfafab59568bec6749a75478ab Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 12 Oct 2016 18:23:59 -0700 Subject: remove special handling of lookalike '@ char from attach path --- include/attach.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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); -- cgit v1.2.3