$session->setPrivateKey expects only one parameter
This commit is contained in:
parent
42f66af5a3
commit
b02f4dc62c
|
@ -63,7 +63,7 @@ class Hooks {
|
|||
|
||||
$session = new \OCA\Encryption\Session($view);
|
||||
|
||||
$session->setPrivateKey($privateKey, $params['uid']);
|
||||
$session->setPrivateKey($privateKey);
|
||||
|
||||
// Check if first-run file migration has already been performed
|
||||
$migrationCompleted = $util->getMigrationStatus();
|
||||
|
|
Loading…
Reference in New Issue