Skip to content

Commit 5ce135b

Browse files
Update
1 parent d4068d6 commit 5ce135b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ function comments(...$lot) {
99
}
1010
if (\class_exists("\\Layout") && !\Layout::of('comments')) {
1111
\Layout::set('comments', static function ($key, array $lot = []) {
12+
\extract($lot, \EXTR_SKIP);
1213
\extract($GLOBALS, \EXTR_SKIP);
1314
$any = \P . \uniqid() . \P; // Dummy value
1415
$c = \State::get('x.comment', true);

0 commit comments

Comments
 (0)