diff --git a/phpBB/phpbb/install/module/requirements/task/check_filesystem.php b/phpBB/phpbb/install/module/requirements/task/check_filesystem.php index c432e40fbc..32c14d59c9 100644 --- a/phpBB/phpbb/install/module/requirements/task/check_filesystem.php +++ b/phpBB/phpbb/install/module/requirements/task/check_filesystem.php @@ -167,9 +167,7 @@ class check_filesystem extends \phpbb\install\task_base } else if (!$this->filesystem->is_writable($path)) { - { - $writable = false; - } + $writable = false; } $this->set_test_passed(($exists && $writable) || $failable);