This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d9bc9b4  Typo
d9bc9b4 is described below

commit d9bc9b482f08b8c311f8f4ae6787f42027581edb
Author: Sebb <s...@apache.org>
AuthorDate: Wed Apr 8 13:47:34 2020 +0100

    Typo
---
 www/members/archivers.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/archivers.cgi b/www/members/archivers.cgi
index 6943e80..a03d657 100755
--- a/www/members/archivers.cgi
+++ b/www/members/archivers.cgi
@@ -134,7 +134,7 @@ _html do
           options[:pony] = {class: 'warning'}
         end
 
-        mail_archive = arcs.select{|e| e[1] == :MAIL_ARCHIVE}.map{|e| 
e[2]}.uniq.join('')
+        mail_archive = arcs.select{|e| e[1] == :MAIL_ARCH}.map{|e| 
e[2]}.uniq.join('')
         if ! mail_archive.empty?
           options[:mail_archive] = {class: 'danger'} if pubprv && mail_archive 
!= pubprv  
         elsif pubprv == 'private'

Reply via email to