Commit 470f64e9a484f69f41fe8e8e20878c084c7410b1
1 parent
686526ec
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Message fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/community_hub/lib/community_hub_plugin/hub.rb
@@ -3,7 +3,7 @@ require File.dirname(__FILE__) + '/../../facebook_stream/lib_facebook_stream' | @@ -3,7 +3,7 @@ require File.dirname(__FILE__) + '/../../facebook_stream/lib_facebook_stream' | ||
3 | 3 | ||
4 | class CommunityHubPlugin::Hub < Folder | 4 | class CommunityHubPlugin::Hub < Folder |
5 | 5 | ||
6 | - settings_items :proxy_url, :type => :string, :default => 'http://161.148.1.167:3128' # Remember to use add the port, if needed! | 6 | + settings_items :proxy_url, :type => :string, :default => 'http://161.148.1.167:3128' # Remember to use add the port, in case needed. |
7 | settings_items :twitter_enabled, :type => :boolean, :default => false | 7 | settings_items :twitter_enabled, :type => :boolean, :default => false |
8 | settings_items :hashtags_twitter, :type => :string, :default => "participa.br,participabr,arenanetmundial,netmundial" | 8 | settings_items :hashtags_twitter, :type => :string, :default => "participa.br,participabr,arenanetmundial,netmundial" |
9 | settings_items :facebook_enabled, :type => :boolean, :default => false | 9 | settings_items :facebook_enabled, :type => :boolean, :default => false |