Merge branch 'hotfix/6.0.7' of github.com:espocrm/espocrm into hotfix/6.0.7

This commit is contained in:
Yuri Kuznetsov
2020-11-27 12:12:28 +02:00
+1 -1
View File
@@ -89,7 +89,7 @@ if (!$systemHelper->initWritable()) {
die($message . "\n");
}
require_once ('install/vendor/smarty/smarty/libs/Smarty.class.php');
require_once ('install/vendor/smarty/libs/Smarty.class.php');
require_once 'core/Installer.php';
require_once 'core/Utils.php';