From d4644d73392f335a3cc488fbd8935068a567edcf Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 31 Oct 2011 20:39:04 -0700 Subject: name change continued, social graph tools and stuctures, fix for spanish province name --- mod/poco.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/poco.php') diff --git a/mod/poco.php b/mod/poco.php index 2c2aeb656..21ee4df69 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -98,11 +98,11 @@ function poco_init(&$a) { if($fields_ret['displayName']) $entry['displayName'] = $rr['name']; if($fields_ret['urls']) - $entry['urls'] = array('value' => $rr['url'], 'type' => 'profile'); + $entry['urls'] = array(array('value' => $rr['url'], 'type' => 'profile')); if($fields_ret['preferredUsername']) $entry['preferredUsername'] = $rr['nick']; if($fields_ret['photos']) - $entry['photos'] = array('value' => $rr['photo'], 'type' => 'profile'); + $entry['photos'] = array(array('value' => $rr['photo'], 'type' => 'profile')); $ret['entry'][] = $entry; } } -- cgit v1.2.3