Skip to content

Commit 670c798

Browse files
committed
fix typo again
1 parent a40171d commit 670c798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lfm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function currentLfmType()
7474
$lfm_type = 'file';
7575

7676
$request_type = lcfirst(str_singular($this->input('type') ?: ''));
77-
$available_types = array_keys($this->config->get('lfm.folder_categories', []));
77+
$available_types = array_keys($this->config->get('lfm.folder_categories') ?: []);
7878

7979
if (in_array($request_type, $available_types)) {
8080
$lfm_type = $request_type;

0 commit comments

Comments
 (0)