do not output splash msg after postLogin hook

It should be done by the hook itself
This commit is contained in:
Uwe Steinmann 2013-08-11 08:30:55 +02:00
parent f753d9fa47
commit c5a7ff83f0

View File

@ -29,7 +29,6 @@ class SeedDMS_Controller_Login extends SeedDMS_Controller_Common {
$session = $this->params['session'];
if($this->callHook('postLogin')) {
$session->setSplashMsg(array('type'=>'success', 'msg'=>'The environment for "'.$user->getFullname().'" has been set up!'));
}
}
}