poco: Only update the global contacts when there is a network value/Export your own contact as well
This commit is contained in:
@@ -345,7 +345,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
|
||||
|
||||
$result = Cache::get("probe_url:".$mode.":".$url);
|
||||
if (!is_null($result)) {
|
||||
$result = unserialize($result);
|
||||
$result = unserialize($result);
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user