diff options
author | Mario <mario@mariovavti.com> | 2021-04-09 19:06:36 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-09 19:06:36 +0000 |
commit | df6f2abfbe283a25cdfe3c8fae848abda35cedaf (patch) | |
tree | 720fbf79f88a96b1bba96f422f8b2c46323e5198 /Zotlabs/Module/Regate.php | |
parent | 684245f24df8d0f25638170a5c8c0739df80b45a (diff) | |
download | volse-hubzilla-df6f2abfbe283a25cdfe3c8fae848abda35cedaf.tar.gz volse-hubzilla-df6f2abfbe283a25cdfe3c8fae848abda35cedaf.tar.bz2 volse-hubzilla-df6f2abfbe283a25cdfe3c8fae848abda35cedaf.zip |
register: if auto create is configured do some more tests against the provided name and nick so it will not fail later in create_identity();
Diffstat (limited to 'Zotlabs/Module/Regate.php')
-rw-r--r-- | Zotlabs/Module/Regate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Regate.php b/Zotlabs/Module/Regate.php index 9a3be1e1c..4c7c96284 100644 --- a/Zotlabs/Module/Regate.php +++ b/Zotlabs/Module/Regate.php @@ -147,9 +147,9 @@ class Regate extends \Zotlabs\Web\Controller { if ($cra['success']) { q("COMMIT"); - $msg = 'ZAR1238I ' . t('Account successfull created'); + $msg = t('Account successfull created'); // zar_log($msg . ':' . print_r($cra, true)); - zar_log($msg . ' ' . $cra['account']['account_email'] + zar_log('ZAR1238I ' . $msg . ' ' . $cra['account']['account_email'] . ' ' . $cra['account']['account_language']); $nextpage = 'new_channel'; |