diff options
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index c7216df7a..155ddbc96 100644 --- a/include/attach.php +++ b/include/attach.php @@ -985,7 +985,7 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_cid, dbesc(ACTIVITY_POST), dbesc($objtype), dbesc($object['hash']), - intval(local_user()) + intval(local_channel()) ); if($y) { |