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

View file

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