mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11727] Fix indentation
PHPBB3-11727
This commit is contained in:
parent
088dfc1200
commit
288649dd5e
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class phpbb_template_twig_loader extends Twig_Loader_Filesystem
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// Try validating the name (which may throw an exception)
|
// Try validating the name (which may throw an exception)
|
||||||
parent::validateName($name);
|
parent::validateName($name);
|
||||||
}
|
}
|
||||||
catch (Twig_Error_Loader $e)
|
catch (Twig_Error_Loader $e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue