]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Photo.php
Replace not working "redir" link with a working one
[friendica.git] / src / Model / Photo.php
index e722444b18378c6b173aafef03a120470f513834..11721c81fdb092dc21267e13ec6362215a1d3c2f 100644 (file)
@@ -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];