We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b6ba9 commit 652419fCopy full SHA for 652419f
1 file changed
thold_webapi.php
@@ -861,7 +861,7 @@ function applyTholdFilter() {
861
function thold_new_graphs_save($host_id) {
862
$return_array = false;
863
864
- $selected_graphs_array = cacti_unserialize(stripslashes(get_nfilter_request_var('selected_graphs_array', array('allowed_classes' => false))));
+ $selected_graphs_array = cacti_unserialize(stripslashes(get_nfilter_request_var('selected_graphs_array')), array('allowed_classes' => false));
865
866
$values = [];
867
0 commit comments