aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/register.php b/mod/register.php
index 63f09a9b8..49b010cc7 100644
--- a/mod/register.php
+++ b/mod/register.php
@@ -146,7 +146,7 @@ function register_post(&$a) {
$new_channel = false;
- if(get_config('system','auto_channel_create')) {
+ if(get_config('system','auto_channel_create') || UNO) {
$new_channel = auto_channel_create($result['account']['account_id']);
if($new_channel['success']) {
$channel_id = $new_channel['channel']['channel_id'];