mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Compare commits
1 commit
b9cd987f38
...
bee904c8a2
Author | SHA1 | Date | |
---|---|---|---|
|
bee904c8a2 |
1 changed files with 3 additions and 1 deletions
|
@ -166,9 +166,11 @@ class check_filesystem extends \phpbb\install\task_base
|
|||
}
|
||||
}
|
||||
else if (!$this->filesystem->is_writable($path))
|
||||
{
|
||||
{
|
||||
$writable = false;
|
||||
}
|
||||
}
|
||||
|
||||
$this->set_test_passed(($exists && $writable) || $failable);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue