Fixes issue with mark as solution option being gone

This commit is contained in:
Tim Geyssens
2013-07-02 14:01:14 +02:00
parent 5785c190ec
commit 80e26f0693
+1 -1
View File
@@ -363,7 +363,7 @@
<xsl:param name="comment"/>
<xsl:param name="topic"/>
<ul>
<xsl:if test="$topic/answer = 0 and $topic/memberId = $mem">
<xsl:if test="$topic/@answer = 0 and $topic/@memberId = $mem">
<li>
<a href="#" rel="{$comment/id}" title="Mark this reply as the solution" class="TopicSolver">
<img src="/css/img/icons/tick.png" alt="Mark this reply as the solution"/>