This commit is contained in:
Xavier Guimard 2018-06-15 06:57:43 +02:00
parent a3d400e765
commit a725a8f28f

View File

@ -138,11 +138,6 @@ sub saveConf {
}
$msg .= "Configuration $conf->{cfgNum} stored.\n";
if ( $self->{refLocalStorage} ) {
$self->setDefault( $r, $args->{localPrm} );
$self->compactConf($r);
$self->setLocalConf($conf);
}
return ( $self->unlock() ? $tmp : UNKNOWN_ERROR );
}