Small bugfix for PR 3454

This commit is contained in:
Michael 2017-05-08 20:01:18 +00:00
parent 63b900a5cd
commit f6fe11ff49
1 changed files with 2 additions and 1 deletions

View File

@ -332,8 +332,9 @@ class Probe {
/// @todo temporary fix - we need a real contact update function that updates only changing fields
/// The biggest problem is the avatar picture that could have a reduced image size.
/// It should only be updated if the existing picture isn't existing anymore.
/// We only update the contact when it is no probing for a specific network.
if (($data['network'] != NETWORK_FEED)
AND ($data["network"] != NETWORK_DIASPORA)
AND ($network == "")
AND $data["name"]
AND $data["nick"]
AND $data["url"]