🤖 Automatic code style fixes

This commit is contained in:
splitbrain
2024-04-16 13:25:23 +00:00
committed by github-actions[bot]
parent 700b5633e9
commit f652f316e5

View File

@ -422,7 +422,7 @@ class DokuWikiFarmCore
} }
// farmdir setup can be done via environment // farmdir setup can be done via environment
if($this->config['base']['farmdir'] === '' && isset($_ENV['DOKU_FARMDIR'])) { if ($this->config['base']['farmdir'] === '' && isset($_ENV['DOKU_FARMDIR'])) {
$this->config['base']['farmdir'] = $_ENV['DOKU_FARMDIR']; $this->config['base']['farmdir'] = $_ENV['DOKU_FARMDIR'];
} }