diff --git a/src/Console/Contact.php b/src/Console/Contact.php index 8bff00f1d6..57f64fd9ac 100644 --- a/src/Console/Contact.php +++ b/src/Console/Contact.php @@ -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)) {