init Session/privateKeys on Master Key
I can't find another way to init the session ...
This commit is contained in:
parent
b5fab4ed9c
commit
558a934842
1 changed files with 3 additions and 0 deletions
|
@ -406,6 +406,9 @@ class KeyManager {
|
|||
}
|
||||
|
||||
if ($this->util->isMasterKeyEnabled()) {
|
||||
if ($this->session->getStatus() === Session::NOT_INITIALIZED)
|
||||
$this->init('', '');
|
||||
|
||||
$uid = $this->getMasterKeyId();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue