revert include/photos.php:L380
This commit is contained in:
parent
fdd2da905a
commit
dcf7946673
@ -377,7 +377,7 @@ function photo_upload($channel, $observer, $args) {
|
||||
$arr['item_thread_top'] = 1;
|
||||
$arr['item_private'] = intval($acl->is_private());
|
||||
$arr['plink'] = z_root() . '/channel/' . $channel['channel_address'] . '/?f=&mid=' . $arr['mid'];
|
||||
$arr['body'] = (($args['body']) ? $body . "\r\n" . $args['body'] : $body);
|
||||
$arr['body'] = (($object) ? $args['body'] : $body . "\r\n" . $args['body']);
|
||||
|
||||
|
||||
// this one is tricky because the item and the photo have the same permissions, those of the photo.
|
||||
|
@ -1 +1 @@
|
||||
2015-12-13.1245
|
||||
2015-12-14.1246
|
||||
|
Reference in New Issue
Block a user