Commit b1931a5ab82f9c0195ca51b7c3f659be61c53bfa

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent f498cdb4

fixes

plugins/community_hub/lib/community_hub_plugin/hub.rb
... ... @@ -11,6 +11,9 @@ class CommunityHubPlugin::Hub < Folder
11 11 attr_accessible :twitter_consumer_secret, :type => :string, :default => ""
12 12 attr_accessible :twitter_access_token, :type => :string, :default => ""
13 13 attr_accessible :twitter_access_token_secret, :type => :string, :default => ""
  14 + attr_accessible :facebook_enabled, :type => :string, :default => ""
  15 + attr_accessible :facebook_hashtag, :type => :string, :default => ""
  16 + attr_accessible :facebook_access_token, :type => :string, :default => ""
14 17  
15 18 settings_items :twitter_enabled, :type => :boolean, :default => false
16 19 settings_items :twitter_hashtags, :type => :string, :default => ""
... ...