diff options
author | Mario <mario@mariovavti.com> | 2021-10-22 09:52:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-22 09:52:30 +0000 |
commit | a209374cbd04f10408c0b834eaab203e0c745902 (patch) | |
tree | f968c7684003d594c8158aa0f0d55dd7026752e9 /Zotlabs/Module | |
parent | c1bb87db98eca35be6fa65d3a02393aaebd9e92a (diff) | |
download | volse-hubzilla-a209374cbd04f10408c0b834eaab203e0c745902.tar.gz volse-hubzilla-a209374cbd04f10408c0b834eaab203e0c745902.tar.bz2 volse-hubzilla-a209374cbd04f10408c0b834eaab203e0c745902.zip |
invite: fix variable name in template and do not substitute the Â@ in the webfinger address with @+
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Invite.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) |