From 7460b1eecbb1d4eb7937ab551f7d4b333eba5a38 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 6 Mar 2021 08:50:36 +0000 Subject: fix varable name and more changelog --- include/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/channel.php') 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 . '>'; -- cgit v1.2.3