aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Regate.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-05-08 19:27:48 +0000
committerMario <mario@mariovavti.com>2024-05-08 19:27:48 +0000
commit960354b16cab06915a2f85fcc5e55d380765d858 (patch)
tree205fa295040cafbd0aa98ec29d1f5d37306de82a /Zotlabs/Module/Regate.php
parent481e08b904313b768305d82b67f5f8602713b329 (diff)
downloadvolse-hubzilla-960354b16cab06915a2f85fcc5e55d380765d858.tar.gz
volse-hubzilla-960354b16cab06915a2f85fcc5e55d380765d858.tar.bz2
volse-hubzilla-960354b16cab06915a2f85fcc5e55d380765d858.zip
make mod regate return to system.workflow_channel_next and show register message field only if registration is set to register_approve
Diffstat (limited to 'Zotlabs/Module/Regate.php')
-rw-r--r--Zotlabs/Module/Regate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Regate.php b/Zotlabs/Module/Regate.php
index 8158416bd..c67f45a88 100644
--- a/Zotlabs/Module/Regate.php
+++ b/Zotlabs/Module/Regate.php
@@ -207,7 +207,7 @@ class Regate extends \Zotlabs\Web\Controller {
}
change_channel($channel_id);
- $nextpage = 'profiles/' . $channel_id;
+ $nextpage = Config::Get('system', 'workflow_channel_next', 'profiles');
$msg_code = 'ZAR1239I';
$msg = t('Channel successfull created') . ' ' . $did2;
}