Fixed "constant" result, maybe there is a $ missing?
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
dd4af5aba7
commit
e409001dfb
1 changed files with 1 additions and 1 deletions
|
@ -1294,7 +1294,7 @@ class Contact extends BaseObject
|
||||||
|
|
||||||
if (($network != '') && ($ret['network'] != $network)) {
|
if (($network != '') && ($ret['network'] != $network)) {
|
||||||
logger('Expected network ' . $network . ' does not match actual network ' . $ret['network']);
|
logger('Expected network ' . $network . ' does not match actual network ' . $ret['network']);
|
||||||
return result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if we already have a contact
|
// check if we already have a contact
|
||||||
|
|
Loading…
Reference in a new issue