small fix for #3254

This commit is contained in:
Tobias Diekershoff 2017-04-07 11:26:11 +02:00
parent cfb99aa323
commit 6060f311e9
1 changed files with 1 additions and 1 deletions

View 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;
}