diff --git a/mod/subthread.php b/mod/subthread.php index 69b7f3a60..c689f7f6c 100644 --- a/mod/subthread.php +++ b/mod/subthread.php @@ -86,14 +86,7 @@ function subthread_content(App &$a) { $uri = item_new_uri($a->get_hostname(),$owner_uid); $post_type = (($item['resource-id']) ? t('photo') : t('status')); -<<<<<<< upstream/develop $objtype = (($item['resource-id']) ? ACTIVITY_OBJ_IMAGE : ACTIVITY_OBJ_NOTE ); -======= - $objtype = (($item['resource-id']) ? ACTIVITY_OBJ_PHOTO : ACTIVITY_OBJ_NOTE ); -<<<<<<< upstream/develop ->>>>>>> HEAD~33 -======= ->>>>>>> HEAD~32 $link = xmlify('' . "\n") ; $body = $item['body'];