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"])>
|
||||
<#local returnValue = "">
|
||||
<#attempt>
|
||||
<#local returnValue = auth.getLogoutUrl()>
|
||||
<#local returnValue = url.getLogoutUrl()>
|
||||
<#recover>
|
||||
<#return "ABORT: Couldn't evaluate url.getLogoutUrl()">
|
||||
</#attempt>
|
||||
|
Loading…
x
Reference in New Issue
Block a user