Issue #1880762 by msonnabaum: Fixed Why are we calling exit?.

8.0.x
webchick 2013-01-09 09:11:21 -08:00
parent fcf8c1b207
commit 83ea685118
1 changed files with 0 additions and 1 deletions

View File

@ -2203,7 +2203,6 @@ function drupal_handle_request($test_only = FALSE) {
$response = $kernel->handle($request)->prepare($request)->send();
$kernel->terminate($request, $response);
exit;
}
/**