Skip to content

Commit 4d9a8c7

Browse files
committed
Fix visibility for safe_anchor()
1 parent 8d9fb92 commit 4d9a8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Twig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ protected function addFunctions()
213213
* @param array $attributes [changed] only array is acceptable
214214
* @return string
215215
*/
216-
protected function safe_anchor($uri = '', $title = '', $attributes = [])
216+
public function safe_anchor($uri = '', $title = '', $attributes = [])
217217
{
218218
$uri = html_escape($uri);
219219
$title = html_escape($title);

0 commit comments

Comments
 (0)