aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Follow.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Follow.php')
-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 @
- $url = str_replace('@','@',$url);
-
$result = new_contact($uid,$url,$channel,true,$confirm);
if($result['success'] == false) {