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;
}
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;
}
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 {