From: Tobias Diekershoff Date: Fri, 7 Apr 2017 09:26:11 +0000 (+0200) Subject: small fix for #3254 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6060f311e92bee7a3cc495573f64986d09f0413d;hp=cfb99aa32382a18829fd79121f0b348dd0577dc9;p=friendica.git small fix for #3254 --- diff --git a/include/update_gcontact.php b/include/update_gcontact.php index 221c0829f5..883a229895 100644 --- a/include/update_gcontact.php +++ b/include/update_gcontact.php @@ -21,7 +21,7 @@ function update_gcontact_run(&$argv, &$argc) { $r = q("SELECT * FROM `gcontact` WHERE `id` = %d", intval($contact_id)); - if (!dbm::_is_result($r)) { + if (!dbm::is_result($r)) { return; }