]> git.mxchange.org Git - friendica.git/commitdiff
Fix assignment statement alignment
authorMatthew Exon <github.mexon@spamgourmet.com>
Mon, 3 May 2021 18:56:41 +0000 (20:56 +0200)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 18:56:41 +0000 (20:56 +0200)
Co-authored-by: Philipp <admin+Github@philipp.info>
src/Console/Contact.php

index a64ae660c3df64dcfddb7951d12b661500e9bd9d..8bff00f1d6a18686a8b7ebd0504240631d275ef6 100644 (file)
@@ -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);