diff options
author | friendica <info@friendica.com> | 2014-09-05 15:00:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-05 15:00:08 -0700 |
commit | 7a9b1c4a77f279b04fa710df25aa289d7b2b47c1 (patch) | |
tree | 0dde708f89312284238b0a5c2886f0a649b4c257 /include/socgraph.php | |
parent | dd7d0c4156a28cfc820700d3ba7b45bcbf58bf2e (diff) | |
download | volse-hubzilla-7a9b1c4a77f279b04fa710df25aa289d7b2b47c1.tar.gz volse-hubzilla-7a9b1c4a77f279b04fa710df25aa289d7b2b47c1.tar.bz2 volse-hubzilla-7a9b1c4a77f279b04fa710df25aa289d7b2b47c1.zip |
illegal string offset warnings
Diffstat (limited to 'include/socgraph.php')
-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 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; } |