illegal string offset warnings
This commit is contained in:
parent
dd7d0c4156
commit
7a9b1c4a77
@ -167,7 +167,7 @@ function poco_load($xchan = '',$url = null) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$x = import_author_diaspora($address);
|
$x = import_author_diaspora(array('address' => $address));
|
||||||
if(! $x) {
|
if(! $x) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user