mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix syntax error
This commit is contained in:
parent
040045cc2e
commit
9c99048429
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class Session
|
|||
*/
|
||||
public function setPrivateKey( $privateKey ) {
|
||||
|
||||
\OC::$session->set('privateKey', $privateKey)
|
||||
\OC::$session->set('privateKey', $privateKey);
|
||||
|
||||
return true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue