From: Roland Häder Date: Tue, 15 May 2018 01:23:24 +0000 (+0200) Subject: Fixed "constant" result, maybe there is a $ missing? X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e409001dfbbe0582e922e9702426383bc2b643be;p=friendica.git Fixed "constant" result, maybe there is a $ missing? Signed-off-by: Roland Häder --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index b7bb0fd53a..d5f63554fb 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -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