mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-5709-Fallo-refresh-consola-visual' into 'develop'
Fixed error time refresh initial page CV See merge request artica/pandorafms!3223
This commit is contained in:
commit
cd261fa629
@ -1166,7 +1166,7 @@ if ($searchPage) {
|
||||
if (($home_url == '') || ($id_visualc == false)) {
|
||||
$str = 'sec=network&sec2=operation/visual_console/index&refr=60';
|
||||
} else {
|
||||
$str = 'sec=network&sec2=operation/visual_console/render_view&id='.$id_visualc.'&refr=60';
|
||||
$str = 'sec=network&sec2=operation/visual_console/render_view&id='.$id_visualc;
|
||||
}
|
||||
|
||||
parse_str($str, $res);
|
||||
|
Loading…
x
Reference in New Issue
Block a user