diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-02-20 13:53:00 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-02-20 13:53:00 -0500 |
commit | 368bb189352bfe2b13b2af35763ed68b1885bb98 (patch) | |
tree | 9796b56d83e83795982e26309e0b9734cb6d9616 /include/account.php | |
parent | f2d27d543d77d290b551df03086efb54db990956 (diff) | |
parent | 22f172d69730d3c9c6f078ec206f90b1e91eee69 (diff) | |
download | volse-hubzilla-368bb189352bfe2b13b2af35763ed68b1885bb98.tar.gz volse-hubzilla-368bb189352bfe2b13b2af35763ed68b1885bb98.tar.bz2 volse-hubzilla-368bb189352bfe2b13b2af35763ed68b1885bb98.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla into homeinstall
Diffstat (limited to 'include/account.php')
-rw-r--r-- | include/account.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/account.php b/include/account.php index dae0f4895..4c828003e 100644 --- a/include/account.php +++ b/include/account.php @@ -407,7 +407,7 @@ function account_allow($hash) { pop_lang(); - if(get_config('system','auto_channel_create')) + if(get_config('system','auto_channel_create') || UNO) auto_channel_create($register[0]['uid']); if ($res) { @@ -500,7 +500,7 @@ function account_approve($hash) { ); - if(get_config('system','auto_channel_create')) + if(get_config('system','auto_channel_create') || UNO) auto_channel_create($register[0]['uid']); info( t('Account verified. Please login.') . EOL ); |