Note to self: Test before pushing!!!

remotes/origin/stable6
Thomas Tanghus 12 years ago
parent dd62ccdb4e
commit 79cd655920
  1. 2
      lib/base.php

@ -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…
Cancel
Save