Note to self: Test before pushing!!!
This commit is contained in:
parent
dd62ccdb4e
commit
79cd655920
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ class OC {
|
|||
}
|
||||
// NOTE: This will be replaced to use OCP
|
||||
$userSession = \OC_User::getUserSession();
|
||||
$userSession->listen('postLogin', array('OC\Cache\File', 'loginListener'))
|
||||
$userSession->listen('postLogin', array('OC\Cache\File', 'loginListener'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue