1
0
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:
mrgoldy
2019-03-13 15:02:43 +01:00
committed by Marc Alexander
parent 5f62976d66
commit 094f0f663c
2 changed files with 19 additions and 19 deletions

View File

@@ -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]),
];
}