From b0f30a75de153ca5e773a9d0bf9aca24b2e2ea64 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 6 Sep 2016 10:58:17 +0000 Subject: [PATCH] fix #677 @0.5 --- framework/application/models/Reference.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/application/models/Reference.php b/framework/application/models/Reference.php index 7db26c3..39b9156 100644 --- a/framework/application/models/Reference.php +++ b/framework/application/models/Reference.php @@ -15,7 +15,7 @@ class Fluidbook_Model_Reference extends CubeIT_Model_Data_Table { protected $featured_categories; protected $homeimage; - protected $_types = array('categories' => 'list', 'title' => 'json', 'text' => 'json', 'image' => 'json', 'homeimage' => 'json', 'fluidbook_id' => 'json', 'fluidbook_page' => 'json'); + protected $_types = array('categories' => 'list', 'featured_categories' => 'list', 'title' => 'json', 'text' => 'json', 'image' => 'json', 'homeimage' => 'json', 'fluidbook_id' => 'json', 'fluidbook_page' => 'json'); public static function getSchema($schema) { $table = parent::getSchema($schema); -- 2.39.5