diff --git a/plugins/community_track/lib/community_track_plugin/track_list_block.rb b/plugins/community_track/lib/community_track_plugin/track_list_block.rb index 8cce31b..caec7cf 100644 --- a/plugins/community_track/lib/community_track_plugin/track_list_block.rb +++ b/plugins/community_track/lib/community_track_plugin/track_list_block.rb @@ -6,6 +6,8 @@ class CommunityTrackPlugin::TrackListBlock < Block settings_items :more_another_page, :type => :boolean, :default => false settings_items :category_ids, :type => Array, :default => [] + attr_accessible :more_another_page, :category_ids + def self.description _('Track List') end diff --git a/plugins/community_track/views/blocks/_track_list_more.html.erb b/plugins/community_track/views/blocks/_track_list_more.html.erb index 41755b6..c6e0b41 100644 --- a/plugins/community_track/views/blocks/_track_list_more.html.erb +++ b/plugins/community_track/views/blocks/_track_list_more.html.erb @@ -6,7 +6,7 @@ <% else %>