Skip to content

Commit

Permalink
🤖 Automatic code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain authored and github-actions[bot] committed Apr 16, 2024
1 parent 700b563 commit f652f31
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 f652f31

Please sign in to comment.