always include vendor/autoload.php (was not included in install mode)

This commit is contained in:
Uwe Steinmann 2025-12-17 08:24:06 +01:00
parent 73eba5331d
commit c5f260df74

View File

@ -78,8 +78,6 @@ if(isset($settings->_maxExecutionTime)) {
*/
ini_set('include_path', $settings->_rootDir. PATH_SEPARATOR .ini_get('include_path'));
/* composer is installed in vendor directory, but install tool does not need it */
if(!defined("SEEDDMS_INSTALL"))
require_once 'vendor/autoload.php';
require_once 'vendor/autoload.php';
require_once "inc.Version.php";