mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
added ob_flush before flush.
This commit is contained in:
parent
64be2c771c
commit
efa41c12e3
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ try {
|
|||
View::compileCss();
|
||||
}
|
||||
Controller::dispatch(Request::getRoutingUri());
|
||||
ob_flush();
|
||||
flush();
|
||||
Response::invokePostRenderCallbacks();
|
||||
} catch (Throwable $e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue