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 d0c90ea commit 1e6816dCopy full SHA for 1e6816d
admin/info.php
@@ -60,7 +60,9 @@ public function html()
60
$this->line('farm host', $config['base']['farmhost']);
61
$this->line('farm dir', DOKU_FARMDIR);
62
63
- $this->line('animals', $this->animals($INPUT->bool('list')));
+ if (!$animal || $config['notfound']['show'] == 'list') {
64
+ $this->line('animals', $this->animals($INPUT->bool('list')));
65
+ }
66
67
foreach ($config['inherit'] as $key => $value) {
68
$this->line('conf_inherit_' . $key, $this->getLang($value ? 'conf_inherit_yes' : 'conf_inherit_no'));
0 commit comments