aboutsummaryrefslogtreecommitdiffstats
path: root/include/socgraph.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/socgraph.php')
-rw-r--r--include/socgraph.php2
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');
}
}
}