diff options
author | Mario <mario@mariovavti.com> | 2022-01-18 10:26:13 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-18 10:26:13 +0100 |
commit | 465c5c8cfb8f94abe9e226da0d534df5c090a229 (patch) | |
tree | 4f05f7d08c63873f1d43eb3ca52e28952ce71546 /include | |
parent | ee28ba5be118bdd7f561230ef12fda6b4a9f6630 (diff) | |
download | volse-hubzilla-465c5c8cfb8f94abe9e226da0d534df5c090a229.tar.gz volse-hubzilla-465c5c8cfb8f94abe9e226da0d534df5c090a229.tar.bz2 volse-hubzilla-465c5c8cfb8f94abe9e226da0d534df5c090a229.zip |
make sure to use the correct default role
Diffstat (limited to 'include')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index c80a35385..4e84b1b32 100644 --- a/include/channel.php +++ b/include/channel.php @@ -2301,7 +2301,7 @@ function auto_channel_create($account_id) { } } if(! $arr['permissions_role']) - $arr['permissions_role'] = 'social'; + $arr['permissions_role'] = 'personal'; if(validate_channelname($arr['name'])) return false; |