do not create relative link

This commit is contained in:
Uwe Steinmann 2021-07-06 18:15:00 +02:00
parent 47a47b84aa
commit 378993782b

View File

@ -289,7 +289,7 @@ class SeedDMS_View_Common {
* @return string $url
*/
protected function html_url($view='', $urlparams) { /* {{{ */
$url = "../out/out.".$view.".php";
$url = $this->params['settings']->_httpRoot."out/out.".$view.".php";
if($urlparams)
$url .= "?".http_build_query($urlparams);
return $url;