From 39b32b2dd131c36b1781fd1c6243e79f86a51a94 Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 29 Sep 2008 20:45:11 +0000 Subject: [PATCH] r425@erker: lars | 2008-09-29 22:35:19 +0200 web interface code: * use the "special" update function for encrypted lists --- ezmlm-web.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezmlm-web.cgi b/ezmlm-web.cgi index fd20039..06907db 100755 --- a/ezmlm-web.cgi +++ b/ezmlm-web.cgi @@ -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);