We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37e248 commit 5b2cf3cCopy full SHA for 5b2cf3c
1 file changed
lib/private/Config.php
@@ -240,8 +240,8 @@ private function writeData() {
240
// Check if config directory/file is writable and/or create the config file
241
if (
242
(!is_file($this->configFilePath) && !is_writable(dirname($this->configFilePath)))
243
- || !is_writable($this->configFilePath)
244
|| !touch($this->configFilePath)
+ || !is_writable($this->configFilePath)
245
) {
246
// TODO fix this via DI once it is very clear that this doesn't cause side effects due to initialization order
247
// currently this breaks app routes but also could have other side effects especially during setup and exception handling
0 commit comments