1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

[ticket/11994] Change error level for missing .json file

PHPBB3-11994
This commit is contained in:
Joas Schilling 2013-11-03 20:27:59 +01:00
parent 05c97fd03c
commit bb0ff715f8

View File

@ -66,7 +66,7 @@ class acp_extensions
}
catch(\phpbb\extension\exception $e)
{
trigger_error($e);
trigger_error($e, E_USER_WARNING);
}
}