]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 364863 - "on confirming a new account page, wrong 'Email Address' is shown when...
authorreed%reedloden.com <>
Wed, 27 Dec 2006 03:03:55 +0000 (03:03 +0000)
committerreed%reedloden.com <>
Wed, 27 Dec 2006 03:03:55 +0000 (03:03 +0000)
template/en/default/filterexceptions.pl
template/en/default/global/common-links.html.tmpl

index 88ccf874fb431233c76a69f5e369de70e83c80b1..a08233e0cea6ffab0a965ff52e5bb8ac2c877010 100644 (file)
   'content', 
 ],
 
-'global/common-links.html.tmpl' => [
-  'email', 
-],
-
 'global/useful-links.html.tmpl' => [
   'sep',
 ],
index 8c536d1fe2c7856ea7212b7b8ed612001d7b46b4..56de98ce25873cb8928354f3a0551595591eba06 100644 (file)
@@ -42,9 +42,8 @@
   <li>
     <span class="separator">| </span>
     [% IF user.id %]
-      [% email = user.login FILTER url_quote %]
-      <a href="request.cgi?requester=[% email %]&amp;requestee=
-               [% email %]&amp;do_union=1&amp;group=type">My Requests</a>
+      <a href="request.cgi?requester=[% user.login FILTER url_quote %]&amp;requestee=
+               [% user.login FILTER url_quote %]&amp;do_union=1&amp;group=type">My Requests</a>
     [% ELSE %]
       <a href="request.cgi">Requests</a>
     [% END %]