[jboss-svn-commits] JBL Code SVN: r10066 - labs/jbossforums/branches/forums101P26/forums/src/resources/portal-forums-war/views/topics.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 8 08:10:26 EST 2007


Author: unibrew
Date: 2007-03-08 08:10:26 -0500 (Thu, 08 Mar 2007)
New Revision: 10066

Modified:
   labs/jbossforums/branches/forums101P26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
Log:
[JBFORUMS] Small mistake in TopicView XHTML file.

Modified: labs/jbossforums/branches/forums101P26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums101P26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2007-03-08 13:03:37 UTC (rev 10065)
+++ labs/jbossforums/branches/forums101P26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2007-03-08 13:10:26 UTC (rev 10066)
@@ -505,7 +505,7 @@
                     
                     <c:if test="${forums:userProperty(postrow.poster.user,'INFO_USER_EMAIL_FAKE') ne null}">
                         <li>
-                            <a href="mailto:${postrow.poster.user.fakeEmail}">
+                            <a href="mailto:${forums:userProperty(postrow.poster.user,'INFO_USER_EMAIL_FAKE')}">
                                 <img border="0"
                                      src="#{forums:themeURL('resourceIconEmailURL')}"
                                      alt="${resource.Send_email}"/>




More information about the jboss-svn-commits mailing list