From 6060f311e92bee7a3cc495573f64986d09f0413d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 7 Apr 2017 11:26:11 +0200 Subject: [PATCH] small fix for #3254 --- include/update_gcontact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }