From e409001dfbbe0582e922e9702426383bc2b643be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 15 May 2018 03:23:24 +0200 Subject: [PATCH] Fixed "constant" result, maybe there is a $ missing? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/Model/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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