Skip to content

Commit

Permalink
Параметры события onAfterEpilog
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Aug 18, 2021
1 parent 7d42a09 commit 4268309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/InitRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function handle(): void
// Инициирование события OnAfterEpilog
$events = GetModuleEvents('main', 'OnAfterEpilog', true);
foreach($events as $event) {
ExecuteModuleEventEx($event);
ExecuteModuleEventEx($event, ['sfResponse' => $response, 'sfRequest' => $this->request]);
}

exit;
Expand Down

0 comments on commit 4268309

Please sign in to comment.