Skip to content

Commit 97fd23b

Browse files
committed
Fixes minor inconsistency
1 parent 83dd0f8 commit 97fd23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/system/load-plugins/after.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
$this->extend(
66
[
7-
'fileTypes' => kirby()->option('fileTypes', []),
7+
'fileTypes' => $this->option('fileTypes', []),
88
]
99
);
1010
};

0 commit comments

Comments
 (0)