From 4fa68c7f3de68dda519f12719c552df7b62bf17f Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 17 Sep 2013 17:53:44 -0700 Subject: missing verb on items linked to photos --- include/photos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/photos.php') diff --git a/include/photos.php b/include/photos.php index 517212e57..ea4b494e0 100644 --- a/include/photos.php +++ b/include/photos.php @@ -216,7 +216,7 @@ function photo_upload($channel, $observer, $args) { $arr['allow_gid'] = $str_group_allow; $arr['deny_cid'] = $str_contact_deny; $arr['deny_gid'] = $str_group_deny; - + $arr['verb'] = ACTIVITY_POST; $arr['body'] = '[zrl=' . z_root() . '/photos/' . $channel['channel_address'] . '/image/' . $photo_hash . ']' . '[zmg]' . z_root() . "/photo/{$photo_hash}-{$smallest}.".$ph->getExt() . '[/zmg]' -- cgit v1.2.3