From: vincent@cubedesigners.com Date: Tue, 6 Sep 2016 10:58:17 +0000 (+0000) Subject: fix #677 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b0f30a75de153ca5e773a9d0bf9aca24b2e2ea64;p=fluidbook-v3.git fix #677 @0.5 --- 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);