From 176298ffeb81481e9b48e032a20d75601e959017 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 18 Sep 2024 15:09:56 +0000 Subject: remove garbage --- Zotlabs/Module/Item.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index 9b4896cd0..5618137a1 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -898,11 +898,6 @@ 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); -- cgit v1.2.3