Fix assignment statement alignment

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

View 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);