mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10899] Remove trailing ;
PHPBB3-10899
This commit is contained in:
@@ -353,7 +353,7 @@ class log implements \phpbb\log\log_interface
|
||||
break;
|
||||
|
||||
case 'critical':
|
||||
$log_type = LOG_CRITICAL;;
|
||||
$log_type = LOG_CRITICAL;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user