aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Regate.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-04-14 19:40:51 +0000
committerMario <mario@mariovavti.com>2021-04-14 19:40:51 +0000
commite35ab97b7ecbd96e11883bc194bfe9fb5a72e7f2 (patch)
tree08e00e224e345feee95bb0a3f668aa5a4d1ef580 /Zotlabs/Module/Regate.php
parentf9793e870f5c3c531fe48a2294782de0643a6c9b (diff)
downloadvolse-hubzilla-e35ab97b7ecbd96e11883bc194bfe9fb5a72e7f2.tar.gz
volse-hubzilla-e35ab97b7ecbd96e11883bc194bfe9fb5a72e7f2.tar.bz2
volse-hubzilla-e35ab97b7ecbd96e11883bc194bfe9fb5a72e7f2.zip
register: provide a possibility to leave a message id registration is by approval
Diffstat (limited to 'Zotlabs/Module/Regate.php')
-rw-r--r--Zotlabs/Module/Regate.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Regate.php b/Zotlabs/Module/Regate.php
index 99e20c719..372b65433 100644
--- a/Zotlabs/Module/Regate.php
+++ b/Zotlabs/Module/Regate.php
@@ -136,7 +136,6 @@ class Regate extends \Zotlabs\Web\Controller {
);
if (($flags & ACCOUNT_PENDING ) == ACCOUNT_PENDING) {
- $msg .= "\n".t('Last step will be by an instance admin to agree your account request');
$nextpage = 'regate/' . bin2hex($did2) . $didx;
q("COMMIT");
}