diff options
author | Friendika <info@friendika.com> | 2011-01-26 00:19:54 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-26 00:19:54 -0800 |
commit | abbd498a8b6c92ddcf211a27dd532f2ec6520fe2 (patch) | |
tree | 9ae4f603b1879d1d1f3d9e2bec6eb875b0681f30 | |
parent | 696eff1031864931477c7b2da3c8f39e4befac40 (diff) | |
download | volse-hubzilla-abbd498a8b6c92ddcf211a27dd532f2ec6520fe2.tar.gz volse-hubzilla-abbd498a8b6c92ddcf211a27dd532f2ec6520fe2.tar.bz2 volse-hubzilla-abbd498a8b6c92ddcf211a27dd532f2ec6520fe2.zip |
whitespace only
-rw-r--r-- | mod/follow.php | 2 |
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)); |