From 9ee67bc3b383f4f7c5e57632e3e4f7c8eae5fd47 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 14 Jan 2021 11:59:47 +0300 Subject: [PATCH] fix(bootstrap): fix include path for dependencies --- src/flextype/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/bootstrap.php b/src/flextype/bootstrap.php index 61c0d870..c39e2fa7 100755 --- a/src/flextype/bootstrap.php +++ b/src/flextype/bootstrap.php @@ -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