mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/11994] Change error level for missing .json file
PHPBB3-11994
This commit is contained in:
parent
05c97fd03c
commit
bb0ff715f8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class acp_extensions
|
||||||
}
|
}
|
||||||
catch(\phpbb\extension\exception $e)
|
catch(\phpbb\extension\exception $e)
|
||||||
{
|
{
|
||||||
trigger_error($e);
|
trigger_error($e, E_USER_WARNING);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue