Skip to content

Commit

Permalink
Fixed $block param value
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Sep 17, 2024
1 parent 269d8f1 commit 1211b34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ exclude-result-prefixes="#all"
<ixsl:schedule-action http-request="map{ 'method': 'GET', 'href': ac:document-uri($request-uri), 'headers': map{ 'Accept': 'application/rdf+xml' } }">
<xsl:call-template name="ldh:BlockLoadedCallback">
<xsl:with-param name="this" select="$this"/>
<xsl:with-param name="block" select="$block"/>
<xsl:with-param name="block" select="."/>
<xsl:with-param name="block-uri" select="$block-uri"/>
<xsl:with-param name="acl-modes" select="$acl-modes"/>
<xsl:with-param name="refresh-content" select="$refresh-content"/>
Expand Down

0 comments on commit 1211b34

Please sign in to comment.