Skip to content

Commit

Permalink
Merge pull request #82 from cosmocode/bot/autofix
Browse files Browse the repository at this point in the history
🤖 Automatic code style fixes
  • Loading branch information
splitbrain committed Apr 16, 2024
2 parents 700b563 + f652f31 commit cf4591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DokuWikiFarmCore.php
Expand Up @@ -422,7 +422,7 @@ protected function loadConfig()
}

// 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'];
}

Expand Down

0 comments on commit cf4591b

Please sign in to comment.