From ac97d593c9be1e5479c24c1c2b1c4ca6020f243f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 20 Jun 2019 18:28:53 +0200 Subject: [PATCH] #2843 --- src/app/Magic/Fields/Files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Magic/Fields/Files.php b/src/app/Magic/Fields/Files.php index dcfeaef..ca2deea 100644 --- a/src/app/Magic/Fields/Files.php +++ b/src/app/Magic/Fields/Files.php @@ -12,7 +12,7 @@ class Files extends Field protected $_adminType = 'dropzone_media'; protected $_viewNamespace = CubistBackpackServiceProvider::NAMESPACE . '::fields'; protected $_databaseType = 'text'; - protected $_collection = null; + protected $_collection = 'default'; protected $_thumbCollection = 'backpack_thumb'; protected $_maxFiles = 1; -- 2.39.5