diff options
author | redmatrix <git@macgirvin.com> | 2016-02-07 20:11:08 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-07 20:11:08 -0800 |
commit | a606173e07cfb1e9dda56d65e304f0ad53b934e6 (patch) | |
tree | 51c945b3f1f4b96a487991a5ca983ed33aec83b3 /mod | |
parent | d8e6fd5df0713ef4f52277944d15fd8230deec81 (diff) | |
download | volse-hubzilla-a606173e07cfb1e9dda56d65e304f0ad53b934e6.tar.gz volse-hubzilla-a606173e07cfb1e9dda56d65e304f0ad53b934e6.tar.bz2 volse-hubzilla-a606173e07cfb1e9dda56d65e304f0ad53b934e6.zip |
change register workflow if uno is set
Diffstat (limited to 'mod')
-rw-r--r-- | mod/register.php | 2 |
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']; |