]> git.mxchange.org Git - friendica.git/commitdiff
corrected change
authorgerhard6380 <gerhard6380@users.noreply.github.com>
Wed, 31 May 2017 08:33:35 +0000 (10:33 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2017 08:33:35 +0000 (10:33 +0200)
sorry, I should not change code late in the evening when I am already tired.

include/api.php

index d8864a5ab3ad150a23211380caf6d4c94a5a5dea..5d962ecd0362df13f8fe22593bcb5601c3b3dc01 100644 (file)
@@ -2290,9 +2290,9 @@ $called_api = null;
                }
 
                // feeds without body should contain the link 
-+              if (($item['network'] == NETWORK_FEED) && (strlen($item['body']) == 0)) { 
-+                      $statushtml .= bbcode($item['plink']); 
-+              } 
+               if (($item['network'] == NETWORK_FEED) && (strlen($item['body']) == 0)) { 
+                       $statushtml .= bbcode($item['plink']); 
+               } 
                
                $entities = api_get_entitities($statustext, $body);