whitespace only

This commit is contained in:
Friendika 2011-01-26 00:19:54 -08:00
parent 696eff1031
commit abbd498a8b
1 changed files with 1 additions and 1 deletions

View File

@ -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));