Skip to content

Commit 5fd7fcd

Browse files
committed
fix. Toolbar init view Error
1 parent dfb358c commit 5fd7fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Debug/Toolbar/Collectors/Events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Events extends BaseCollector
9494
*/
9595
public function __construct()
9696
{
97-
$this->viewer = Services::renderer(null, true);
97+
$this->viewer = Services::renderer();
9898
}
9999

100100
//--------------------------------------------------------------------

0 commit comments

Comments
 (0)