mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/17529] Remove unneeded wrapping curly braces
PHPBB-17529
This commit is contained in:
parent
6ccc6f0383
commit
044536dffb
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue