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

View file

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