mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fix search component group passing invalid get params
This commit is contained in:
parent
56c22bec11
commit
c0a4ba5cb4
@ -560,7 +560,7 @@ if ($multiple_delete) {
|
||||
$id = 0;
|
||||
}
|
||||
|
||||
if ($id || $new_component
|
||||
if ((bool) $id !== false || $new_component
|
||||
|| $create_network_from_module
|
||||
|| $create_network_from_snmp_browser
|
||||
) {
|
||||
@ -577,6 +577,7 @@ $url = ui_get_url_refresh(
|
||||
'offset' => false,
|
||||
'search_string' => $search_string,
|
||||
'search_id_group' => $search_id_group,
|
||||
'id' => $id,
|
||||
],
|
||||
true,
|
||||
false
|
||||
|
Loading…
x
Reference in New Issue
Block a user