From: Matthew Exon Date: Mon, 3 May 2021 18:56:41 +0000 (+0200) Subject: Fix assignment statement alignment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7a8f9f382e2c167080a25fa7adc7df5eb01f5025;p=friendica.git Fix assignment statement alignment Co-authored-by: Philipp --- diff --git a/src/Console/Contact.php b/src/Console/Contact.php index a64ae660c3..8bff00f1d6 100644 --- a/src/Console/Contact.php +++ b/src/Console/Contact.php @@ -269,7 +269,7 @@ HELP; break; case 'url': $user = $this->getUserByNick(2); - $url = $this->getArgument(3); + $url = $this->getArgument(3); $contact = ContactModel::getByURLForUser($url, $user['uid'], false, $fields); if (!empty($contact)) { $addRow($contact);