mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
Compare commits
2 commits
bee904c8a2
...
b9cd987f38
Author | SHA1 | Date | |
---|---|---|---|
|
b9cd987f38 | ||
|
044536dffb |
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue