change the search subcommand so that it fits the documentation
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user