Issue 12764: Fix photo permissions when posting via web
This commit is contained in:
parent
544348c25a
commit
4d4e34dc64
|
@ -1035,7 +1035,7 @@ class Item
|
|||
}
|
||||
}
|
||||
|
||||
if ($notify) {
|
||||
if ($item['origin']) {
|
||||
if (Photo::setPermissionFromBody($item['body'], $item['uid'], $item['contact-id'], $item['allow_cid'], $item['allow_gid'], $item['deny_cid'], $item['deny_gid'])) {
|
||||
$item['object-type'] = Activity\ObjectType::IMAGE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user