[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 0f6abe86c1ef7b227ae27acfbb4b1f147d321684

Sylvain Beucler beuc-inria at fusionforge.org
Fri Oct 24 17:47:40 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  0f6abe86c1ef7b227ae27acfbb4b1f147d321684 (commit)
      from  dc9c785070a0a002bbc79894d84b62a8b4f94e70 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0f6abe86c1ef7b227ae27acfbb4b1f147d321684
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Fri Oct 24 17:47:11 2014 +0200

    Remove leading underscore in e-mail change confirmation hash [#738]

diff --git a/src/www/account/change_email.php b/src/www/account/change_email.php
index b401317..34317d7 100644
--- a/src/www/account/change_email.php
+++ b/src/www/account/change_email.php
@@ -58,7 +58,7 @@ if (getStringFromRequest('submit')) {
 			. "\n\n"
 		 	. _('Please visit the following URL to complete the email change:')
 			. "\n\n"
-			.  util_make_url('/account/change_email-complete.php?ch=_'.$confirm_hash)
+			.  util_make_url('/account/change_email-complete.php?ch='.$confirm_hash)
 			. "\n\n"
  			. sprintf(_('-- the %s staff'), forge_get_config('forge_name'));
 

-----------------------------------------------------------------------

Summary of changes:
 src/www/account/change_email.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list