From 216d860d220f41cc9073bfde4f6e083d99508c64 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 18 Jul 2021 18:40:29 +0300 Subject: [PATCH] feat(flextype): updates for flextype #552 --- src/flextype/flextype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/flextype.php b/src/flextype/flextype.php index b178c8e7..d5a91913 100755 --- a/src/flextype/flextype.php +++ b/src/flextype/flextype.php @@ -447,7 +447,7 @@ flextype('plugins')->init(); */ include_once ROOT_DIR . '/src/flextype/Endpoints/Utils/errors.php'; include_once ROOT_DIR . '/src/flextype/Endpoints/Utils/access.php'; -include_once ROOT_DIR . '/src/flextype/Endpoints/entries.php'; +include_once ROOT_DIR . '/src/flextype/Endpoints/content.php'; include_once ROOT_DIR . '/src/flextype/Endpoints/registry.php'; include_once ROOT_DIR . '/src/flextype/Endpoints/media.php'; include_once ROOT_DIR . '/src/flextype/Endpoints/images.php';