use url part of array

This commit is contained in:
friendica 2013-08-05 20:20:34 -07:00
parent 9cb10b8a94
commit 18f8fcf9e7

View File

@ -342,7 +342,7 @@ function update_suggestions() {
$j = json_decode($ret['body'],true);
if($j && $j['success']) {
foreach($j['entries'] as $host) {
poco_load('',$host . '/poco');
poco_load('',$host['url'] . '/poco');
}
}
}