Skip to content

Commit 9b5867c

Browse files
committed
test: fix for last Latte
1 parent b92ecbb commit 9b5867c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Bridges.Latte/expected/UIMacros.isLinkCurrent.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
?>
2121

2222

23-
<a href="%A%"%A%($this->global->_fnislinkcurrent)('default') ? 'current' : null%A%>custom function</a>
23+
<a href="%A%"%A%($this->global->_fn->isLinkCurrent)('default') ? 'current' : null%A%>custom function</a>
2424
%A%

0 commit comments

Comments
 (0)