fix variable typo

This commit is contained in:
Chris Buechler 2014-11-12 11:22:23 -06:00
parent 2b114010dd
commit a19cc6007c
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ $ipv6_num_prefix_ids = pow(2, $ipv6_delegation_length);
if ($_POST['apply']) {
unset($input_errors);
if (!is_subsystem_dirty('interfaces'))
$intput_errors[] = gettext("You have already applied your settings!");
$input_errors[] = gettext("You have already applied your settings!");
else {
unlink_if_exists("{$g['tmp_path']}/config.cache");
clear_subsystem_dirty('interfaces');