From 3e884c74b862a8091025c79199ccd1cf357c2236 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 4 Oct 2012 10:53:22 +0000 Subject: [PATCH] 2012-10-04 Ramon Novoa * include/functions_api.php: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7044 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_api.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d9267bee69..fac9719923 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-10-04 Ramon Novoa + + * include/functions_api.php: Fixed a typo. + 2012-10-04 Ramon Novoa * include/functions_html.php, diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index 4856e92504..2654e0c89a 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -5600,7 +5600,7 @@ function api_get_netflow_get_stats ($discard_1, $discard_2, $params) { $unit = $params['data'][5]; // Get netflow data - $data = netflow_get_stats ($start_date, $end_date, $filter, $aggregate, $max_aggregates, $unit); + $data = netflow_get_stats ($start_date, $end_date, $filter, $aggregate, $max, $unit); returnData('json', $data); return;