$session->setPrivateKey expects only one parameter

This commit is contained in:
Björn Schießle 2013-06-03 15:26:58 +02:00
parent 42f66af5a3
commit b02f4dc62c
1 changed files with 1 additions and 1 deletions

View File

@ -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();