mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 20:40:24 +02:00
[ticket/17529] Remove unneeded wrapping curly braces
PHPBB-17529
This commit is contained in:
@@ -166,11 +166,9 @@ class check_filesystem extends \phpbb\install\task_base
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (!$this->filesystem->is_writable($path))
|
else if (!$this->filesystem->is_writable($path))
|
||||||
{
|
|
||||||
{
|
{
|
||||||
$writable = false;
|
$writable = false;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
$this->set_test_passed(($exists && $writable) || $failable);
|
$this->set_test_passed(($exists && $writable) || $failable);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user