Posting images to public forums now really does work.

This commit is contained in:
Michael 2017-11-26 22:28:46 +00:00
parent b1b4359fae
commit a6de1a1ae8
1 changed files with 6 additions and 4 deletions

View File

@ -512,6 +512,8 @@ function item_post(App $a) {
}
}
$original_contact_id = $contact_id;
if (!$parent && count($forum_contact) && ($private_forum || $only_to_forum)) {
// we tagged a forum in a top level post. Now we change the post
$private = $private_forum;
@ -556,7 +558,7 @@ function item_post(App $a) {
if (!strlen($image_uri)) {
continue;
}
$srch = '<' . intval($contact_id) . '>';
$srch = '<' . intval($original_contact_id) . '>';
$r = q("SELECT `id` FROM `photo` WHERE `allow_cid` = '%s' AND `allow_gid` = '' AND `deny_cid` = '' AND `deny_gid` = ''
AND `resource-id` = '%s' AND `uid` = %d LIMIT 1",