Skip to content

Commit cd5517b

Browse files
committed
used nette/utils 3.2
1 parent 8191523 commit cd5517b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function (string $message) use (&$e): void {
108108
}
109109

110110
$this->initialize();
111-
$this->onStart($this);
111+
Nette\Utils\Arrays::invoke($this->onStart, $this);
112112
}
113113

114114

0 commit comments

Comments
 (0)