diff options
author | Mario <mario@mariovavti.com> | 2023-04-25 08:36:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-04-25 08:36:20 +0000 |
commit | 09fde2f83904b3cff477bfedb466c894f06b2f32 (patch) | |
tree | ed2ce5ea6213675b92a6c30c5f7e6f2b536e7545 /include/photos.php | |
parent | 8a14e4261d3247dc02254cb91fdb9b82e051f324 (diff) | |
download | volse-hubzilla-09fde2f83904b3cff477bfedb466c894f06b2f32.tar.gz volse-hubzilla-09fde2f83904b3cff477bfedb466c894f06b2f32.tar.bz2 volse-hubzilla-09fde2f83904b3cff477bfedb466c894f06b2f32.zip |
correctly set some perms when our follow request was accepted
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/photos.php b/include/photos.php index 6e00ffbf0..8d83b8475 100644 --- a/include/photos.php +++ b/include/photos.php @@ -64,7 +64,6 @@ function photo_upload($channel, $observer, $args) { } $ac = $acl->get(); -hz_syslog(print_r($ac,true)); $width = $height = 0; if ($args['getimagesize']) { |