mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15538] Capitalize function
PHPBB3-15538
This commit is contained in:
@@ -48,7 +48,7 @@ class icon extends \Twig_Extension
|
||||
public function getFunctions()
|
||||
{
|
||||
return [
|
||||
new \Twig_SimpleFunction('icon', [$this, 'icon'], ['needs_environment' => true]),
|
||||
new \Twig_SimpleFunction('Icon', [$this, 'icon'], ['needs_environment' => true]),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user