1
0
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:
Erik Frèrejean 2012-04-19 14:00:42 +02:00 committed by Oleg Pudeyev
parent 2add66c0eb
commit 7bd5f7641f

View File

@ -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'))
{