]> git.mxchange.org Git - friendica.git/commitdiff
small fix for #3254
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 7 Apr 2017 09:26:11 +0000 (11:26 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 7 Apr 2017 09:26:11 +0000 (11:26 +0200)
include/update_gcontact.php

index 221c0829f50eddd6afb3a4ee9bdb82f9160b7191..883a22989508eb4080c114f09472e030065adee0 100644 (file)
@@ -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;
        }