mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/template-events] Fix typo (waring -> warning)
PHPBB3-9550
This commit is contained in:
parent
2add66c0eb
commit
7bd5f7641f
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ class phpbb_template_filter extends php_user_filter
|
||||||
if (!preg_match('/^\w+$/', $tag_args))
|
if (!preg_match('/^\w+$/', $tag_args))
|
||||||
{
|
{
|
||||||
// The hook location is wrongly formatted,
|
// 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
|
// otherwise drop the hook and continue
|
||||||
if (defined('DEBUG'))
|
if (defined('DEBUG'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue