Merge pull request #2663 from laf/api-patch

Did not update vars to _GET before submitting
This commit is contained in:
Neil Lathwood
2015-12-21 18:24:06 +00:00

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 {