mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
Merge pull request #9074 from tobiasd/20200826-consoleUserSearch
change the console search subcommand so that it fits the documentation
This commit is contained in:
commit
203684f9d2
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ HELP;
|
|||
case 'guid':
|
||||
$user = UserModel::getByGuid($param, $fields);
|
||||
break;
|
||||
case 'email':
|
||||
case 'mail':
|
||||
$user = UserModel::getByEmail($param, $fields);
|
||||
break;
|
||||
case 'nick':
|
||||
|
|
Loading…
Reference in a new issue