From: Friendika Date: Wed, 26 Jan 2011 08:19:54 +0000 (-0800) Subject: whitespace only X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=abbd498a8b6c92ddcf211a27dd532f2ec6520fe2;p=friendica.git whitespace only --- diff --git a/mod/follow.php b/mod/follow.php index bad2e74f9c..946794c877 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));