Use new emitter system
This commit is contained in:
parent
1a13062701
commit
534933ee9b
|
@ -568,7 +568,9 @@ class OC {
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
|
||||||
}
|
}
|
||||||
OC_Hook::connect('OC_User', 'post_login', 'OC\Cache\File', 'loginListener');
|
// NOTE: This will be replaced to use OCP
|
||||||
|
$userSession = \OC_User::getUserSession();
|
||||||
|
$userSession->listen('postLogin', array('OC\Cache\File', 'loginListener'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue