diff --git a/install/index.php b/install/index.php index 454ed0e018..e0188fc208 100644 --- a/install/index.php +++ b/install/index.php @@ -151,6 +151,5 @@ if (!empty($actionFile) && file_exists('install/core/tpl/'.$tplName)) { $isBuilt = file_exists('client/espo.min.js'); $smarty->assign('isBuilt', $isBuilt); - ob_clean(); $smarty->display('index.tpl'); }