mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Rename SearchPGPKey action to PgpSearchKey
This commit is contained in:
parent
2fa3508c11
commit
2f2079e9c1
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ trait Pgp
|
|||
return $this->DefaultResponse(\array_values(\array_unique($result)));
|
||||
}
|
||||
|
||||
public function DoSearchPGPKey() : array
|
||||
public function DoPgpSearchKey() : array
|
||||
{
|
||||
$result = Keyservers::get(
|
||||
$this->GetActionParam('query', '')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue