aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/socgraph.php2
1 files changed, 1 insertions, 1 deletions
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;
}