Did not update vars to _GET before submitting

This commit is contained in:
laf
2015-12-21 18:22:36 +00:00
parent 20ec8608c3
commit 5f4837cdb8

View File

@ -62,7 +62,7 @@ function get_graph_by_port_hostname() {
$vars['to'] = $_GET['to'];
}
if (!empty($vars['ifDescr']) == true) {
if ($_GET['ifDescr'] == true) {
$port = 'ifDescr';
}
else {