diff --git a/include/socgraph.php b/include/socgraph.php index dc401ff34..504a6b2c0 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -167,7 +167,7 @@ function poco_load($xchan = '',$url = null) { } } else { - $x = import_author_diaspora($address); + $x = import_author_diaspora(array('address' => $address)); if(! $x) { continue; }