r425@erker: lars | 2008-09-29 22:35:19 +0200

web interface code:
 * use the "special" update function for encrypted lists
This commit is contained in:
lars 2008-09-29 20:45:11 +00:00
parent dc655d0683
commit 39b32b2dd1
1 changed files with 1 additions and 1 deletions

View File

@ -2213,7 +2213,7 @@ sub update_config_gpgezmlm {
return (0==0);
} else {
# update the configuration file
if ($list->update(%switches)) {
if ($list->update_special(%switches)) {
return (0==0);
} else {
return (1==0);