mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
fix php warning when login fails
This commit is contained in:
parent
4410868874
commit
cc8161e353
|
@ -33,7 +33,7 @@ include $settings->_rootDir . "languages/" . $settings->_language . "/lang.inc";
|
|||
|
||||
function _printMessage($heading, $message) { /* {{{ */
|
||||
global $dms, $theme;
|
||||
$view = UI::factory($theme, 'ErrorDlg', array('dms'=>$dms));
|
||||
$view = UI::factory($theme, 'Login', array('dms'=>$dms));
|
||||
$view->exitError($heading, $message, true);
|
||||
return;
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user