*** empty log message ***

This commit is contained in:
sebastian 2005-04-20 13:48:31 +00:00
parent 9126d82bd2
commit 212f97ea93
37 changed files with 391 additions and 199 deletions

View file

@ -58,7 +58,7 @@ class uiHandler extends uiBase {
$id = $this->gb->getObjId($formdata['login'], $this->gb->storId);
if(PEAR::isError($id)) {
$this->_retMsg('Login failed');
$this->_retMsg('Access to home directory failed.');
$_SESSION['retransferFormData']['login']=$formdata['login'];
$this->redirUrl = UI_BROWSER.'?popup[]=login';
return FALSE;