mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10899] Remove trailing ;
PHPBB3-10899
This commit is contained in:
parent
dfec62c68d
commit
d3f4dbedde
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ class log implements \phpbb\log\log_interface
|
|||
break;
|
||||
|
||||
case 'critical':
|
||||
$log_type = LOG_CRITICAL;;
|
||||
$log_type = LOG_CRITICAL;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue