From a209374cbd04f10408c0b834eaab203e0c745902 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 22 Oct 2021 09:52:30 +0000 Subject: =?UTF-8?q?invite:=20fix=20variable=20name=20in=20template=20and?= =?UTF-8?q?=20do=20not=20substitute=20the=20=C3=82@=20in=20the=20webfinger?= =?UTF-8?q?=20address=20with=20@+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zotlabs/Module/Invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Module') diff --git a/Zotlabs/Module/Invite.php b/Zotlabs/Module/Invite.php index c301aaea2..2a126ac27 100644 --- a/Zotlabs/Module/Invite.php +++ b/Zotlabs/Module/Invite.php @@ -225,7 +225,7 @@ class Invite extends Controller { '$projectname' => t('$Projectname'), '$invite_code' => $invite_code, '$invite_where' => z_root() . '/register', - '$invite_whereami' => str_replace('@', '@+', $reonar['whereami']), + '$invite_whereami' => $reonar['whereami'], '$invite_whoami' => z_root() . '/channel/' . $reonar['whoami'], '$invite_anywhere' => z_root() . '/pubsites' ) -- cgit v1.2.3