Skip to content

Commit 92fdf81

Browse files
committed
fix error with level 2 folders
1 parent 8a1320c commit 92fdf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LfmPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function folders()
9797
{
9898
$all_folders = array_map(function ($directory_path) {
9999
return $this->pretty($directory_path);
100-
}, $this->storage->directories($this));
100+
}, $this->storage->directories());
101101

102102
$folders = array_filter($all_folders, function ($directory) {
103103
return $directory->name !== $this->helper->getThumbFolderName();

0 commit comments

Comments
 (0)