aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/phpbb/log/log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/log/log.php b/phpBB/phpbb/log/log.php
index 8b51ed7758..206a665283 100644
--- a/phpBB/phpbb/log/log.php
+++ b/phpBB/phpbb/log/log.php
@@ -353,7 +353,7 @@ class log implements \phpbb\log\log_interface
break;
case 'critical':
- $log_type = LOG_CRITICAL;;
+ $log_type = LOG_CRITICAL;
break;
default: