1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 07:34:22 +02:00

fix(bootstrap): fix include path for dependencies

This commit is contained in:
Awilum
2021-01-14 11:59:47 +03:00
parent a21077678e
commit 9ee67bc3b3

View File

@@ -103,7 +103,7 @@ if ($registry->get('flextype.settings.errors.display')) {
/**
* Include Dependencies
*/
include_once 'dependencies.php';
include_once ROOT_DIR . '/src/flextype/dependencies.php';
/**
* Set session options before you start the session