[ticket/10899] Remove trailing ;

PHPBB3-10899
This commit is contained in:
Tristan Darricau 2014-05-28 11:50:13 +02:00
parent dfec62c68d
commit d3f4dbedde

View file

@ -353,7 +353,7 @@ class log implements \phpbb\log\log_interface
break;
case 'critical':
$log_type = LOG_CRITICAL;;
$log_type = LOG_CRITICAL;
break;
default: