From aceedad44980491be954a98a170691a3cc23a57b Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 14 Jun 2010 11:11:02 +0000 Subject: Fixes #652. Correct typo. --- etc/inc/system.inc | 4 ++-- 1 file 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 +?> -- cgit v1.1