mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
do not create relative link
This commit is contained in:
parent
47a47b84aa
commit
378993782b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user