aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/config/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/config/config.php')
-rw-r--r--phpBB/phpbb/config/config.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/phpbb/config/config.php b/phpBB/phpbb/config/config.php
index 0a867342f5..f4b670e834 100644
--- a/phpBB/phpbb/config/config.php
+++ b/phpBB/phpbb/config/config.php
@@ -164,10 +164,7 @@ class config implements \ArrayAccess, \IteratorAggregate, \Countable
{
return true;
}
- else
- {
- throw new \phpbb\exception\http_exception(500, 'Failure while aqcuiring locks.');
- }
+ throw new \phpbb\exception\http_exception(500, 'Failure while aqcuiring locks.');
}
/**