diff options
author | Mario <mario@mariovavti.com> | 2024-09-18 15:09:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-09-18 15:09:10 +0000 |
commit | fdf19e659e711c6e3491261e70b5555637c9e600 (patch) | |
tree | 73949c89a2f0a6f532a63e8c327b61cfaa1abe5b /Zotlabs | |
parent | e79958978122596e0b0beb89b843b055fb02893e (diff) | |
download | volse-hubzilla-fdf19e659e711c6e3491261e70b5555637c9e600.tar.gz volse-hubzilla-fdf19e659e711c6e3491261e70b5555637c9e600.tar.bz2 volse-hubzilla-fdf19e659e711c6e3491261e70b5555637c9e600.zip |
not yet ready for primetime
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Item.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index 5618137a1..9b4896cd0 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -898,6 +898,11 @@ class Item extends Controller { */ if (!$preview) { + + hz_syslog(print_r($gacl, true)); + + + //if ($parent_item && ($parent_item['owner_xchan'] === $channel['channel_hash'])) fix_attached_permissions($profile_uid, ((strpos($body, '[/crypt]')) ? $_POST['media_str'] : $body), $str_contact_allow, $str_group_allow, $str_contact_deny, $str_group_deny, $token); //fix_attached_photo_permissions($profile_uid, $owner_xchan['xchan_hash'], ((strpos($body, '[/crypt]')) ? $_POST['media_str'] : $body), $str_contact_allow, $str_group_allow, $str_contact_deny, $str_group_deny, $token); //fix_attached_file_permissions($channel, $observer['xchan_hash'], ((strpos($body, '[/crypt]')) ? $_POST['media_str'] : $body), $str_contact_allow, $str_group_allow, $str_contact_deny, $str_group_deny, $token); |