]> git.mxchange.org Git - friendica.git/commitdiff
added more curly braces + space between "if" and brace
authorRoland Häder <roland@mxchange.org>
Tue, 20 Dec 2016 16:43:46 +0000 (17:43 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 23 Dec 2016 18:51:02 +0000 (19:51 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
mod/subthread.php

index 69b7f3a6016d230e963d792b5600534cdb62b4ad..c689f7f6cb57c50e089212e12cc784a8b3aba53a 100644 (file)
@@ -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('<link rel="alternate" type="text/html" href="' . App::get_baseurl() . '/display/' . $owner['nickname'] . '/' . $item['id'] . '" />' . "\n") ;
        $body = $item['body'];