aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-10-04 19:37:16 -0700
committerredmatrix <mike@macgirvin.com>2016-10-04 19:37:16 -0700
commit55c67c7870ba0b172f1d850c2d7b3361b7dbbc83 (patch)
tree7ae8d78b27622008f8204d08488a8465e0a74aa6 /Zotlabs
parent26ea11c44f323be3c8d530556a04d972a46f6f02 (diff)
downloadvolse-hubzilla-55c67c7870ba0b172f1d850c2d7b3361b7dbbc83.tar.gz
volse-hubzilla-55c67c7870ba0b172f1d850c2d7b3361b7dbbc83.tar.bz2
volse-hubzilla-55c67c7870ba0b172f1d850c2d7b3361b7dbbc83.zip
remove obscured @ hack
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Follow.php3
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 &#65312;
- $url = str_replace('@','@',$url);
-
$result = new_contact($uid,$url,$channel,true,$confirm);
if($result['success'] == false) {