From: gerv%gerv.net <>
Date: Fri, 4 Oct 2002 14:14:15 +0000 (+0000)
Subject: Bug 155389 - More elements & templatization of navigation_links. Fix small...
X-Git-Tag: bugzilla-2.17.1~91
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995ec6c983f86fb341d421c7a0ea61dd7c676eb6;p=thirdparty%2Fbugzilla.git
Bug 155389 - More elements & templatization of navigation_links. Fix small regression where I accidentally damaged the user.login field. Patch by gerv.
---
diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl
index 6cd5b5c7d9..01d35f1635 100644
--- a/template/en/default/global/site-navigation.html.tmpl
+++ b/template/en/default/global/site-navigation.html.tmpl
@@ -69,8 +69,8 @@
[%# *** Preset Queries *** %]
[% IF user.showmybugslink %]
- [% user.login = user.login FILTER url_quote %]
- [% substs = { userid => user.login } %]
+ [% user_login = user.login FILTER url_quote %]
+ [% substs = { userid => user_login } %]
[% END %]