mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-12 01:54:57 +00:00
Merge branch 'seeddms-5.0.x' into develop
This commit is contained in:
commit
51d0078e26
|
@ -31,9 +31,8 @@ include("../inc/inc.ClassController.php");
|
|||
include $settings->_rootDir . "languages/" . $settings->_language . "/lang.inc";
|
||||
|
||||
function _printMessage($heading, $message) {
|
||||
|
||||
global $theme;
|
||||
$view = UI::factory($theme, 'ErrorDlg');
|
||||
global $dms, $theme;
|
||||
$view = UI::factory($theme, 'ErrorDlg', array('dms'=>$dms));
|
||||
$view->exitError($heading, $message, true);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user