app/controllers/caboose/sites_controller.rb in caboose-cms-0.5.206 vs app/controllers/caboose/sites_controller.rb in caboose-cms-0.5.207

- old
+ new

@@ -144,9 +144,10 @@ case name when 'name' then site.name = value when 'description' then site.description = value when 'under_construction_html' then site.under_construction_html = value when 'use_store' then site.use_store = value + when 'use_fonts' then site.use_fonts = value when 'use_retargeting' then site.use_retargeting = value when 'custom_css' then site.custom_css = value when 'custom_js' then site.custom_js = value when 'default_layout_id' then site.default_layout_id = value end