mirror of
https://github.com/friendica/friendica
synced 2024-11-10 15:02:53 +00:00
Merge branch 'rewrites/is_filled_array_introduced' into rhaeder-develop
This commit is contained in:
commit
e48c446a29
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ function network_content(&$a, $update = 0) {
|
||||||
$parents_str = '';
|
$parents_str = '';
|
||||||
$date_offset = "";
|
$date_offset = "";
|
||||||
|
|
||||||
if(count($r)) {
|
if(dba::is_result($r)) {
|
||||||
foreach($r as $rr)
|
foreach($r as $rr)
|
||||||
if(! in_array($rr['item_id'],$parents_arr))
|
if(! in_array($rr['item_id'],$parents_arr))
|
||||||
$parents_arr[] = $rr['item_id'];
|
$parents_arr[] = $rr['item_id'];
|
||||||
|
|
Loading…
Reference in a new issue