From: Vincent Vanwaelscappel Date: Thu, 20 Jun 2019 16:28:53 +0000 (+0200) Subject: #2843 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ac97d593c9be1e5479c24c1c2b1c4ca6020f243f;p=cubist_cms-back.git #2843 --- 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;