Fix assignment statement alignment
Co-authored-by: Philipp <admin+Github@philipp.info>
This commit is contained in:
parent
05481cab3d
commit
7a8f9f382e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue