missing paren

This commit is contained in:
friendica 2012-06-27 01:39:11 -07:00
parent 476a7323aa
commit 58904ddb5e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -316,7 +316,7 @@ function fb_get_friends_sync_parsecontact($uid, $contact) {
dbesc($contact->id),
dbesc('facebook ' . $contact->id),
dbesc($contact->name),
dbesc(($contact->nickname) ? $contact->nickname : mb_convert_case($contact->first_name, MB_CASE_LOWER, "UTF-8"),
dbesc(($contact->nickname) ? $contact->nickname : mb_convert_case($contact->first_name, MB_CASE_LOWER, "UTF-8")),
dbesc('https://graph.facebook.com/' . $contact->id . '/picture'),
dbesc(NETWORK_FACEBOOK),
intval(CONTACT_IS_FRIEND),