diff options
author | Mario <mario@mariovavti.com> | 2021-03-06 08:50:36 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-06 08:50:36 +0000 |
commit | 7460b1eecbb1d4eb7937ab551f7d4b333eba5a38 (patch) | |
tree | c6ad7953a48977944047de5b5b9214f1c3ccfffd /include | |
parent | 1da494a2a5108eaf07821d30cea23564ceaa9506 (diff) | |
download | volse-hubzilla-7460b1eecbb1d4eb7937ab551f7d4b333eba5a38.tar.gz volse-hubzilla-7460b1eecbb1d4eb7937ab551f7d4b333eba5a38.tar.bz2 volse-hubzilla-7460b1eecbb1d4eb7937ab551f7d4b333eba5a38.zip |
fix varable name and more changelog
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 4f48402d2..ecb7c24f7 100644 --- a/include/channel.php +++ b/include/channel.php @@ -508,7 +508,7 @@ function create_identity($arr) { if($group_hash) { group_add_member($newuid,t('Friends'),$ret['channel']['channel_hash']); - $default_collection = ''; + $default_collection_str = ''; // if our role_permissions indicate that we're using a default collection ACL, add it. if(is_array($role_permissions) && $role_permissions['default_collection']) { $default_collection_str = '<' . $group_hash . '>'; |