Skip to content

Commit

Permalink
missing paren
Browse files Browse the repository at this point in the history
  • Loading branch information
friendica committed Jun 27, 2012
1 parent 476a732 commit 58904dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified communityhome.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion facebook/facebook.php
Expand Up @@ -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),
Expand Down

0 comments on commit 58904dd

Please sign in to comment.