From: Michael Vogel Date: Fri, 3 May 2019 06:13:02 +0000 (+0200) Subject: Corrected order X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=33931ff15e64b2c28f642602e873eef4be613245;p=friendica.git Corrected order --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 8b7097e3c4..5d62383dc1 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2139,8 +2139,8 @@ class Contact extends BaseObject DBA::escape($name), DBA::escape($nick), DBA::escape($photo), - DBA::escape($protocol), DBA::escape($network), + DBA::escape($protocol), intval(self::FOLLOWER) );