ezmlm-web module for gpg-ezmlm:
* fixed syntax error
This commit is contained in:
parent
b4ee37b00e
commit
8fd5dadf47
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ sub _enable_encryption_config_file {
|
||||||
. "config file ('$list_dir/config') to "
|
. "config file ('$list_dir/config') to "
|
||||||
. "'$backup_dir/config.original': $!";
|
. "'$backup_dir/config.original': $!";
|
||||||
return undef;
|
return undef;
|
||||||
{
|
}
|
||||||
} else {
|
} else {
|
||||||
# the current config file is missing - but we need to restore
|
# the current config file is missing - but we need to restore
|
||||||
# the original anyway.
|
# the original anyway.
|
||||||
|
|
Loading…
Reference in a new issue