Fix assignment statement alignment
Co-authored-by: Philipp <admin+Github@philipp.info>
This commit is contained in:
parent
7a8f9f382e
commit
312de957f4
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue