Revision a19cc600
Added by Chris Buechler almost 11 years ago
usr/local/www/interfaces.php | ||
---|---|---|
413 | 413 |
if ($_POST['apply']) { |
414 | 414 |
unset($input_errors); |
415 | 415 |
if (!is_subsystem_dirty('interfaces')) |
416 |
$intput_errors[] = gettext("You have already applied your settings!");
|
|
416 |
$input_errors[] = gettext("You have already applied your settings!"); |
|
417 | 417 |
else { |
418 | 418 |
unlink_if_exists("{$g['tmp_path']}/config.cache"); |
419 | 419 |
clear_subsystem_dirty('interfaces'); |
Also available in: Unified diff
fix variable typo