mirror of
https://github.com/cosmocode/dokuwiki-plugin-farmer.git
synced 2025-07-21 18:35:21 +00:00
🤖 Automatic code style fixes
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
700b5633e9
commit
f652f316e5
@ -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'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user