fix wrong baseUrl which cause the styles not to be loaded

This commit is contained in:
Uwe Steinmann 2019-07-05 08:07:52 +02:00
parent b90392191a
commit 7a7542e01b

View File

@ -40,7 +40,7 @@ class SeedDMS_View_ErrorDlg extends SeedDMS_Bootstrap_Style {
$settings = $this->params['settings'];
if(!$plain) {
$this->htmlStartPage($pagetitle, 'errorpage', $settings->_httpRoot."out");
$this->htmlStartPage($pagetitle, 'errorpage', $settings->_httpRoot."out/");
$this->globalNavigation();
$this->contentStart();
}