mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
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)) {
|
||||
logger('Expected network ' . $network . ' does not match actual network ' . $ret['network']);
|
||||
return result;
|
||||
return $result;
|
||||
}
|
||||
|
||||
// check if we already have a contact
|
||||
|
|
Loading…
Reference in a new issue