BugFix for lastModified in Mandalay
git-svn-id: https://svn.libreccm.org/ccm/trunk@2600 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
b91f1aec72
commit
a95a02d8f0
|
|
@ -401,6 +401,10 @@
|
||||||
mode="auditing"/>
|
mode="auditing"/>
|
||||||
|
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
<xsl:when test="$resultTree/cms:item/masterVersion/auditing">
|
||||||
|
<xsl:apply-templates select="$resultTree/cms:item/masterVersion/auditing"
|
||||||
|
mode="auditing"/>
|
||||||
|
</xsl:when>
|
||||||
<!-- Fallback -->
|
<!-- Fallback -->
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:apply-templates select="$resultTree//auditing"
|
<xsl:apply-templates select="$resultTree//auditing"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue