diff options
author | Mario <mario@mariovavti.com> | 2024-09-18 15:09:56 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-09-18 15:09:56 +0000 |
commit | 176298ffeb81481e9b48e032a20d75601e959017 (patch) | |
tree | 08fae300864b5e262006613b93f9993b2c60640b | |
parent | fdf19e659e711c6e3491261e70b5555637c9e600 (diff) | |
download | volse-hubzilla-176298ffeb81481e9b48e032a20d75601e959017.tar.gz volse-hubzilla-176298ffeb81481e9b48e032a20d75601e959017.tar.bz2 volse-hubzilla-176298ffeb81481e9b48e032a20d75601e959017.zip |
remove garbage
-rw-r--r-- | Zotlabs/Module/Item.php | 5 |
1 files changed, 0 insertions, 5 deletions
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); |