]> git.mxchange.org Git - friendica.git/commitdiff
added spaces
authorRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 18:04:24 +0000 (20:04 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 18:04:33 +0000 (20:04 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
include/conversation.php

index eddc718226d04a13e7ef67667fef4c428f1181fd..5591a4d1c53aabfe279ae14658b8b070bce85da3 100644 (file)
@@ -639,7 +639,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false) {
                                if ($arr_blocked) {
                                        $blocked = false;
                                        foreach ($arr_blocked as $b) {
-                                               if ($b && link_compare($item['author-link'],$b)) {
+                                               if ($b && link_compare($item['author-link'], $b)) {
                                                        $blocked = true;
                                                        break;
                                                }
@@ -858,7 +858,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false) {
                                if ($arr_blocked) {
                                        $blocked = false;
                                        foreach ($arr_blocked as $b) {
-                                               if ($b && link_compare($item['author-link'],$b)) {
+                                               if ($b && link_compare($item['author-link'], $b)) {
                                                        $blocked = true;
                                                        break;
                                                }
@@ -1075,7 +1075,7 @@ function builtin_activity_puller($item, &$conv_responses) {
 
                if ((activity_match($item['verb'], $verb)) && ($item['id'] != $item['parent'])) {
                        $url = $item['author-link'];
-                       if ((local_user()) && (local_user() == $item['uid']) && ($item['network'] === NETWORK_DFRN) && (! $item['self']) && (link_compare($item['author-link'],$item['url']))) {
+                       if ((local_user()) && (local_user() == $item['uid']) && ($item['network'] === NETWORK_DFRN) && (! $item['self']) && (link_compare($item['author-link'], $item['url']))) {
                                $url = 'redir/' . $item['contact-id'];
                                $sparkle = ' class="sparkle" ';
                        } else {