1
0
Fork 0

Standards and a new function to fetch content

This commit is contained in:
Michael 2018-06-21 15:14:01 +00:00
commit d643e00d33
9 changed files with 59 additions and 25 deletions

View file

@ -2152,7 +2152,7 @@ class OStatus
$ret = Item::select([], $condition, $params);
}
$items = dba::inArray($ret);
$items = Item::inArray($ret);
$doc = new DOMDocument('1.0', 'utf-8');
$doc->formatOutput = true;