mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/10899] Remove trailing ;
PHPBB3-10899
This commit is contained in:
parent
dfec62c68d
commit
d3f4dbedde
@ -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…
x
Reference in New Issue
Block a user