From 18f8fcf9e72660f25c5761b56b8cc14b89c5ded4 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Aug 2013 20:20:34 -0700 Subject: use url part of array --- include/socgraph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/socgraph.php') diff --git a/include/socgraph.php b/include/socgraph.php index bf23a90df..bd952ef9b 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -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'); } } } -- cgit v1.2.3