remove special handling of lookalike '@ char from attach path

This commit is contained in:
zotlabs 2016-10-12 18:23:59 -07:00
parent 513b8959f5
commit 9a2f86e9ad

View File

@ -1949,8 +1949,8 @@ function get_attach_binname($s) {
function get_dirpath_by_cloudpath($channel, $path) { 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); $h = @parse_url($path);