Skip to content

Commit a68457a

Browse files
committed
EPV fix
1 parent 40111c2 commit a68457a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

event/listener.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,7 @@ public function core_common($event)
438438
$response = $http_kernel->handle($symfony_request);
439439
$response->send();
440440
$http_kernel->terminate($symfony_request, $response);
441-
exit;
442-
441+
443442
}
444443

445444
if ($this->core->seo_opt['redirect_404_forum'])

0 commit comments

Comments
 (0)