mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
do not output splash msg after postLogin hook
It should be done by the hook itself
This commit is contained in:
parent
f753d9fa47
commit
c5a7ff83f0
|
@ -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!'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user