poco: Only update the global contacts when there is a network value/Export your own contact as well
This commit is contained in:
parent
105d6a22a4
commit
bc2c046446
3 changed files with 18 additions and 16 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue