From d3f4dbedde157c316fe5a675de923e9b1e73d6f2 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Wed, 28 May 2014 11:50:13 +0200 Subject: [PATCH] [ticket/10899] Remove trailing ; PHPBB3-10899 --- phpBB/phpbb/log/log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: