Fix the unnecessary 'RAM Disk has settings has changed' reboot every time the miscellaneous settings are saved.

This commit is contained in:
Luiz Souza 2017-12-21 14:50:38 -02:00
parent f50bb07ef4
commit facd8c5311

View File

@ -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");