Merge branch 'dev' into release

This commit is contained in:
Mike Macgirvin 2024-08-22 06:54:18 +10:00
commit 19c17ef6dd
2 changed files with 3 additions and 1 deletions

View file

@ -4789,6 +4789,8 @@ function list_attached_local_files($body) {
function fix_attached_permissions($uid,$body,$str_contact_allow,$str_group_allow,$str_contact_deny,$str_group_deny,$token = EMPTY_STR) {
$channel = Channel::from_id($uid);
$files = list_attached_local_files($body);
if (! $files) {
return;

View file

@ -1,2 +1,2 @@
<?php
define ('STD_VERSION', '24.08.20');
define ('STD_VERSION', '24.08.22');