]> git.mxchange.org Git - friendica-addons.git/commitdiff
missing paren
authorfriendica <info@friendica.com>
Wed, 27 Jun 2012 08:39:11 +0000 (01:39 -0700)
committerfriendica <info@friendica.com>
Wed, 27 Jun 2012 08:39:11 +0000 (01:39 -0700)
communityhome.tgz
facebook/facebook.php

index dbb235bbbb9a8dd1be06d8da9f73790336fec470..129081b613e8d3babac1e5ad3262e5558cf837c1 100755 (executable)
Binary files a/communityhome.tgz and b/communityhome.tgz differ
index 5b1badfcbb5a51b57ea2072742eeab1edb060cc5..e48d73ad403b1e2cfb6a169f00e02724a06e1eb5 100644 (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),