You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/03/24 22:47:19 UTC

[whimsy] branch master updated: Copy/paste error

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 a16aa4e  Copy/paste error
a16aa4e is described below

commit a16aa4eb552b79af55d43b11cfb4590228427396
Author: Sebb <se...@apache.org>
AuthorDate: Sun Mar 24 22:47:16 2019 +0000

    Copy/paste error
---
 www/roster/views/actions/email_forward.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/actions/email_forward.json.rb b/www/roster/views/actions/email_forward.json.rb
index cb1a751..53143cb 100644
--- a/www/roster/views/actions/email_forward.json.rb
+++ b/www/roster/views/actions/email_forward.json.rb
@@ -26,7 +26,7 @@ if @email_forward  # must agree with email_forward.js.rb
   # update LDAP
   unless @dryrun
     _ldap.update do
-      person.modify 'alt_email', @email_forward
+      person.modify 'mail', @email_forward
     end
   end
 end