Issue #1880762 by msonnabaum: Fixed Why are we calling exit?.
parent
fcf8c1b207
commit
83ea685118
|
@ -2203,7 +2203,6 @@ function drupal_handle_request($test_only = FALSE) {
|
|||
$response = $kernel->handle($request)->prepare($request)->send();
|
||||
|
||||
$kernel->terminate($request, $response);
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue