more work with unicode usernames

This commit is contained in:
zotlabs
2018-03-14 18:42:07 -07:00
parent 0905018d3b
commit 7b56fdebac
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class Follow extends \Zotlabs\Web\Controller {
}
$uid = local_channel();
$url = notags(trim(unpunify($_REQUEST['url'])));
$url = notags(trim(punify($_REQUEST['url'])));
$return_url = $_SESSION['return_url'];
$confirm = intval($_REQUEST['confirm']);
$interactive = (($_REQUEST['interactive']) ? intval($_REQUEST['interactive']) : 1);