You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2016/08/23 23:49:15 UTC

[whimsy] 02/03: Fix email handling for publickey

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

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 992d6507b6e0d6db65583b410913d0f326cb20b9
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Tue Aug 23 16:48:43 2016 -0700

    Fix email handling for publickey
---
 www/secretary/workbench/worklist.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/worklist.cgi b/www/secretary/workbench/worklist.cgi
index 1e5bfb4..b3fa510 100755
--- a/www/secretary/workbench/worklist.cgi
+++ b/www/secretary/workbench/worklist.cgi
@@ -80,7 +80,7 @@ _html do
           elsif pending['doctype'] == 'unsigned'
             message = "Unsigned document received from #{pending['uname']}"
           elsif pending['doctype'] == 'publickey'
-            message = "Public key not found for #{pending['iname']}"
+            message = "Public key not found for #{pending['pname']}"
           end
         end
       end

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.