aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-17 17:53:44 -0700
committerfriendica <info@friendica.com>2013-09-17 17:53:44 -0700
commit4fa68c7f3de68dda519f12719c552df7b62bf17f (patch)
tree8285ef564a247286b25384943028f3ab9d3c164c /include/photos.php
parent9d718ac5290506e08222c62e2fd36026256fba41 (diff)
downloadvolse-hubzilla-4fa68c7f3de68dda519f12719c552df7b62bf17f.tar.gz
volse-hubzilla-4fa68c7f3de68dda519f12719c552df7b62bf17f.tar.bz2
volse-hubzilla-4fa68c7f3de68dda519f12719c552df7b62bf17f.zip
missing verb on items linked to photos
Diffstat (limited to 'include/photos.php')
-rw-r--r--include/photos.php2
1 files changed, 1 insertions, 1 deletions
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]'