mirror of
https://github.com/friendica/friendica
synced 2025-04-30 03:44:24 +02:00
Replace not working "redir" link with a working one
This commit is contained in:
parent
2dcb9926bc
commit
8fc8e26e23
2 changed files with 3 additions and 1 deletions
|
@ -656,6 +656,8 @@ class Photo extends BaseObject
|
|||
continue;
|
||||
}
|
||||
|
||||
/// @todo Check if $str_contact_allow does contain a public forum. Then set the permissions to public.
|
||||
|
||||
$fields = ['allow_cid' => $str_contact_allow, 'allow_gid' => $str_group_allow,
|
||||
'deny_cid' => $str_contact_deny, 'deny_gid' => $str_group_deny];
|
||||
$condition = ['resource-id' => $image_uri, 'uid' => $uid];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue