mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
[feature/template-events] Fix typo (waring -> warning)
PHPBB3-9550
This commit is contained in:
parent
2add66c0eb
commit
7bd5f7641f
@ -878,7 +878,7 @@ class phpbb_template_filter extends php_user_filter
|
||||
if (!preg_match('/^\w+$/', $tag_args))
|
||||
{
|
||||
// The hook location is wrongly formatted,
|
||||
// if the `DEBUG` constant is set then trigger a waring,
|
||||
// if the `DEBUG` constant is set then trigger a warning,
|
||||
// otherwise drop the hook and continue
|
||||
if (defined('DEBUG'))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user