aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-26 00:19:54 -0800
committerFriendika <info@friendika.com>2011-01-26 00:19:54 -0800
commitabbd498a8b6c92ddcf211a27dd532f2ec6520fe2 (patch)
tree9ae4f603b1879d1d1f3d9e2bec6eb875b0681f30 /mod
parent696eff1031864931477c7b2da3c8f39e4befac40 (diff)
downloadvolse-hubzilla-abbd498a8b6c92ddcf211a27dd532f2ec6520fe2.tar.gz
volse-hubzilla-abbd498a8b6c92ddcf211a27dd532f2ec6520fe2.tar.bz2
volse-hubzilla-abbd498a8b6c92ddcf211a27dd532f2ec6520fe2.zip
whitespace only
Diffstat (limited to 'mod')
-rw-r--r--mod/follow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/follow.php b/mod/follow.php
index bad2e74f9..946794c87 100644
--- a/mod/follow.php
+++ b/mod/follow.php
@@ -110,7 +110,7 @@ function follow_post(&$a) {
if((! $vcard['photo']) && strlen($email))
$vcard['photo'] = gravatar_img($email);
$network = 'feed';
- }
+ }
}
logger('follow: poll=' . $poll . ' notify=' . $notify . ' profile=' . $profile . ' vcard=' . print_r($vcard,true));