From 54905a3d81065915418af7f96953f957bf795300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 20 Dec 2016 17:43:46 +0100 Subject: [PATCH] added more curly braces + space between "if" and brace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- mod/subthread.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mod/subthread.php b/mod/subthread.php index 69b7f3a601..c689f7f6cb 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'];