diff options
author | redmatrix <mike@macgirvin.com> | 2016-10-04 19:37:16 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-10-04 19:37:16 -0700 |
commit | 55c67c7870ba0b172f1d850c2d7b3361b7dbbc83 (patch) | |
tree | 7ae8d78b27622008f8204d08488a8465e0a74aa6 | |
parent | 26ea11c44f323be3c8d530556a04d972a46f6f02 (diff) | |
download | volse-hubzilla-55c67c7870ba0b172f1d850c2d7b3361b7dbbc83.tar.gz volse-hubzilla-55c67c7870ba0b172f1d850c2d7b3361b7dbbc83.tar.bz2 volse-hubzilla-55c67c7870ba0b172f1d850c2d7b3361b7dbbc83.zip |
remove obscured @ hack
-rw-r--r-- | Zotlabs/Module/Follow.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zotlabs/Module/Follow.php b/Zotlabs/Module/Follow.php index da9ab3670..d8a86d0ce 100644 --- a/Zotlabs/Module/Follow.php +++ b/Zotlabs/Module/Follow.php @@ -20,9 +20,6 @@ class Follow extends \Zotlabs\Web\Controller { $channel = \App::get_channel(); - // Warning: Do not edit the following line. The first symbol is UTF-8 @ - $url = str_replace('@','@',$url); - $result = new_contact($uid,$url,$channel,true,$confirm); if($result['success'] == false) { |