mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix the unnecessary 'RAM Disk has settings has changed' reboot every time the miscellaneous settings are saved.
This commit is contained in:
parent
f50bb07ef4
commit
facd8c5311
@ -294,7 +294,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
}
|
||||
$use_mfs_tmpvar_after = $pconfig['use_mfs_tmpvar'];
|
||||
$use_mfs_tmpvar_after = isset($pconfig['use_mfs_tmpvar']) ? true : false;
|
||||
|
||||
$pgtitle = array(gettext("System"), gettext("Advanced"), gettext("Miscellaneous"));
|
||||
$pglinks = array("", "system_advanced_admin.php", "@self");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user