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:
@@ -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
|
||||
|
Reference in New Issue
Block a user