chore: fix typo from last minute change

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-12-02 13:33:02 -05:00 committed by GitHub
parent 4bd0c9a89f
commit 9e1bd13774
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -447,6 +447,7 @@ class OC_Util {
} else {
// re-evaluate readability/writability after creation for later checks
$dataDirWritable = is_readable($dataDir) && is_writable($dataDir);
}
// Utilize a secondary writability check to catch false positives
} elseif (!$dataDirWritable) {
// is_writable doesn't work on NFS; try to write an actual file.