From 3104bf4b2530be6ef65bd986f97d0ae24ce71296 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 20 Feb 2020 13:18:16 +0300 Subject: [PATCH] feat(admin-plugin): fix source filesystem path for images --- flextype/dependencies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/dependencies.php b/flextype/dependencies.php index f2ade94c..bb4f6cb3 100644 --- a/flextype/dependencies.php +++ b/flextype/dependencies.php @@ -149,7 +149,7 @@ $flextype['images'] = static function ($container) { // Set source filesystem $source = new Filesystem( - new Local(PATH['entries']) + new Local(PATH['uploads'] . '/entries/') ); // Set cache filesystem