mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-25 05:01:37 +02:00
Fixed 'display_readmes' config option not having any affect
This commit is contained in:
@@ -107,7 +107,7 @@ class DirectoryController
|
||||
*/
|
||||
protected function readme($path): ?SplFileInfo
|
||||
{
|
||||
if (! $this->config->get('display_readmes', false)) {
|
||||
if (! $this->config->get('app.display_readmes', false)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user