Note to self: Test before pushing!!!

This commit is contained in:
Thomas Tanghus 2013-09-18 14:50:21 +02:00
parent dd62ccdb4e
commit 79cd655920
1 changed files with 1 additions and 1 deletions

View File

@ -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'));
}
}