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 8a1320c commit 92fdf81Copy full SHA for 92fdf81
src/LfmPath.php
@@ -97,7 +97,7 @@ public function folders()
97
{
98
$all_folders = array_map(function ($directory_path) {
99
return $this->pretty($directory_path);
100
- }, $this->storage->directories($this));
+ }, $this->storage->directories());
101
102
$folders = array_filter($all_folders, function ($directory) {
103
return $directory->name !== $this->helper->getThumbFolderName();
0 commit comments