]> _ Git - fluidbook-v3.git/commitdiff
fix #677 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 6 Sep 2016 10:58:17 +0000 (10:58 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 6 Sep 2016 10:58:17 +0000 (10:58 +0000)
framework/application/models/Reference.php

index 7db26c3b857d6dfd6fe4ec44d5640c2e588de653..39b9156f9359ee5b086416e97c847dea657e76e0 100644 (file)
@@ -15,7 +15,7 @@ class Fluidbook_Model_Reference extends CubeIT_Model_Data_Table {
        protected $featured_categories;\r
        protected $homeimage;\r
 \r
-       protected $_types = array('categories' => 'list', 'title' => 'json', 'text' => 'json', 'image' => 'json', 'homeimage' => 'json', 'fluidbook_id' => 'json', 'fluidbook_page' => 'json');\r
+       protected $_types = array('categories' => 'list', 'featured_categories' => 'list', 'title' => 'json', 'text' => 'json', 'image' => 'json', 'homeimage' => 'json', 'fluidbook_id' => 'json', 'fluidbook_page' => 'json');\r
 \r
        public static function getSchema($schema) {\r
                $table = parent::getSchema($schema);\r