1
0
Fork 0

poco: Only update the global contacts when there is a network value/Export your own contact as well

This commit is contained in:
Michael Vogel 2015-01-25 16:40:20 +01:00
commit bc2c046446
3 changed files with 18 additions and 16 deletions

View file

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