Fix assignment statement alignment

Co-authored-by: Philipp <admin+Github@philipp.info>
This commit is contained in:
Matthew Exon 2021-05-03 20:56:49 +02:00 committed by GitHub
parent 7a8f9f382e
commit 312de957f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ HELP;
}
break;
case 'url':
$user = $this->getUserByNick(2);
$user = $this->getUserByNick(2);
$url = $this->getArgument(3);
$contact = ContactModel::getByURLForUser($url, $user['uid'], false, $fields);
if (!empty($contact)) {