X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=681b1dbd1cdd45974b9ee00b16ccf83dbcb9c544;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=75cb65c9afffd38fb8e818e8d277102d3e31a108;hpb=ddfd425cd7daa2f9c271d04ff07cef4f6db41b7e;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index 75cb65c9af..681b1dbd1c 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -298,7 +298,7 @@ function profile_content(&$a, $update = 0) { $parents_arr = array(); $parents_str = ''; - if (dba::is_result($r)) { + if (dbm::is_result($r)) { foreach($r as $rr) $parents_arr[] = $rr['item_id']; $parents_str = implode(', ', $parents_arr);