after an engl. message if login hook returns true

This commit is contained in:
Uwe Steinmann 2013-07-29 08:52:30 +02:00
parent ffe4bed299
commit 7d40205af7

View File

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