diff options
-rw-r--r-- | include/socgraph.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } } } |