remove obscured @ hack

This commit is contained in:
redmatrix 2016-10-04 19:37:16 -07:00
parent 26ea11c44f
commit 55c67c7870

View File

@ -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) {