From a73ba11b3cdd6fc04fc92be2969a5cd87f69c68b Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 26 Feb 2014 13:24:17 -0500 Subject: Fix variable used to create description when deleting a route, put the network in the description as intended. --- usr/local/www/system_routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php index b5dd849..3f246e2 100755 --- a/usr/local/www/system_routes.php +++ b/usr/local/www/system_routes.php @@ -80,7 +80,7 @@ if ($_POST) { if ($_GET['act'] == "del") { if ($a_routes[$_GET['id']]) { - $changedesc .= gettext("removed route to") . " " . $a_routes[$_GET['id']]['route']; + $changedesc .= gettext("removed route to") . " " . $a_routes[$_GET['id']]['network']; $targets = array(); if (is_alias($a_routes[$_GET['id']]['network'])) { -- cgit v1.1