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:
parent
05c97fd03c
commit
bb0ff715f8
@ -66,7 +66,7 @@ class acp_extensions
|
||||
}
|
||||
catch(\phpbb\extension\exception $e)
|
||||
{
|
||||
trigger_error($e);
|
||||
trigger_error($e, E_USER_WARNING);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user