remove obscured @ hack
This commit is contained in:
parent
26ea11c44f
commit
55c67c7870
@ -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) {
|
||||
|
Reference in New Issue
Block a user