summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-06-22 05:21:05 +0000
committerChris Buechler <cmb@pfsense.org>2008-06-22 05:21:05 +0000
commit97e9b1090150a0e8b0d3c50d6982bd0f8df50639 (patch)
treeeca6efd3b068f2a48877f7774271133d9fce1f5e /usr/local/www/includes
parent5f4e06a21abe64b88200e0c47478a722844ebcc5 (diff)
downloadpfsense-97e9b1090150a0e8b0d3c50d6982bd0f8df50639.zip
pfsense-97e9b1090150a0e8b0d3c50d6982bd0f8df50639.tar.gz
fix apparent eri typo
Diffstat (limited to 'usr/local/www/includes')
-rw-r--r--usr/local/www/includes/functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php
index 846816c..4caf925 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -149,7 +149,7 @@ function get_interfacestats(){
global $config;
//build interface list for widget use
- $ifdescrs = get_configured_interface_list_with_descr();
+ $ifdescrs = get_configured_interface_list();
$array_in_packets = array();
$array_out_packets = array();
OpenPOWER on IntegriCloud