in "getidforurl" "no update" is now "update"
This commit is contained in:
@@ -111,7 +111,7 @@ class Tag
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$cid = Contact::getIdForURL($url, 0, true);
|
||||
$cid = Contact::getIdForURL($url, 0, false);
|
||||
Logger::info('Got id by probing', ['cid' => $cid, 'url' => $url]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user