From 7a9b1c4a77f279b04fa710df25aa289d7b2b47c1 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 5 Sep 2014 15:00:08 -0700 Subject: illegal string offset warnings --- 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 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; } -- cgit v1.2.3