Different way to fix public dashboard
This commit is contained in:
parent
9f3ad33b28
commit
e1810cc36f
|
@ -128,10 +128,7 @@ $queryPublic = [
|
|||
'pure' => 1,
|
||||
];
|
||||
$publicUrl = ui_get_full_url(
|
||||
'operation/dashboard/public_dashboard.php?'.http_build_query($queryPublic),
|
||||
false,
|
||||
false,
|
||||
false
|
||||
'operation/dashboard/public_dashboard.php?'.http_build_query($queryPublic)
|
||||
);
|
||||
$publiclink['text'] = '<a id="public_link" href="'.$publicUrl.'" target="_blank">';
|
||||
$publiclink['text'] .= html_print_image(
|
||||
|
|
Loading…
Reference in New Issue