summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-14 11:11:02 +0000
committerErmal <eri@pfsense.org>2010-06-14 11:11:02 +0000
commitaceedad44980491be954a98a170691a3cc23a57b (patch)
treeab94ed6a4038c13f1d506e17511f290eb878386f /etc
parentb9546722a14cee9fac88632dc6209892055acbad (diff)
downloadpfsense-aceedad44980491be954a98a170691a3cc23a57b.zip
pfsense-aceedad44980491be954a98a170691a3cc23a57b.tar.gz
Fixes #652. Correct typo.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index f5ca56f..86916cf 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -319,7 +319,7 @@ function system_routing_configure() {
$route_arr = array();
foreach($route_str as $routeline) {
$items = preg_split("/[ ]+/i", $routeline);
- $route_arr[$item[0]] = array($items[0], $items[1], $items[5]);
+ $route_arr[$items[0]] = array($items[0], $items[1], $items[5]);
}
if ($dont_add_route == false) {
@@ -1444,4 +1444,4 @@ function system_get_dmesg_boot() {
return file_get_contents("{$g['varlog_path']}/dmesg.boot");
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud