This commit is contained in:
Chris Buechler 2009-11-28 00:40:13 -05:00
parent 58b0abb3d3
commit 34cdf94907

View File

@ -284,7 +284,7 @@ if ($_POST) {
if($_POST['restorearea']) {
/* restore a specific area of the configuration */
if(!stristr($data, $_POST['restorearea'])) {
$input_errors[] = "You have selected to restore a area but we could not locate the correct xml tag.";
$input_errors[] = "You have selected to restore an area but we could not locate the correct xml tag.";
} else {
restore_config_section($_POST['restorearea'], $data);
filter_configure();