do not reset all module settings if a single error occured
This commit is contained in:
parent
97ae8f3d42
commit
1b84f105a1
|
@ -493,6 +493,7 @@ function saveSettings() {
|
|||
// print error messages if any
|
||||
if (sizeof($errors) > 0) {
|
||||
$_SESSION['conf_errors'] = $errors;
|
||||
$conf->set_moduleSettings($options);
|
||||
}
|
||||
// save settings if no errors occured
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue