Fix error in ftl templat
This commit is contained in:
parent
11b2c6651d
commit
9bcfa58ec0
@ -453,7 +453,7 @@
|
|||||||
<#if are_same_path(path, ["url", "getLogoutUrl"])>
|
<#if are_same_path(path, ["url", "getLogoutUrl"])>
|
||||||
<#local returnValue = "">
|
<#local returnValue = "">
|
||||||
<#attempt>
|
<#attempt>
|
||||||
<#local returnValue = auth.getLogoutUrl()>
|
<#local returnValue = url.getLogoutUrl()>
|
||||||
<#recover>
|
<#recover>
|
||||||
<#return "ABORT: Couldn't evaluate url.getLogoutUrl()">
|
<#return "ABORT: Couldn't evaluate url.getLogoutUrl()">
|
||||||
</#attempt>
|
</#attempt>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user