X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=include%2Ffcontact.php;h=7e93d067f38537b4362b6d6f9b53d5c0d45f7de1;hb=f43aaf5227af34b870bae3715f2cb1de293aa272;hp=a559ede3007c10aaa934b4a53a7fc94673326508;hpb=03b86d37662c59b5ec838105c3e6801b453d8996;p=friendica.git diff --git a/include/fcontact.php b/include/fcontact.php index a559ede300..7e93d067f3 100644 --- a/include/fcontact.php +++ b/include/fcontact.php @@ -1,6 +1,6 @@ $nurl, 'name' => $name, 'photo' => $photo)); - if (dbm::is_result($r)) { + if (DBM::is_result($r)) { $r = q("SELECT `id` FROM `fcontact` WHERE `url` = '%s' LIMIT 1", dbesc($nurl) ); - if (dbm::is_result($r)) + if (DBM::is_result($r)) return $r[0]['id']; }