From 470f64e9a484f69f41fe8e8e20878c084c7410b1 Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Tue, 15 Apr 2014 20:09:22 +0000 Subject: [PATCH] Message fix --- plugins/community_hub/lib/community_hub_plugin/hub.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/community_hub/lib/community_hub_plugin/hub.rb b/plugins/community_hub/lib/community_hub_plugin/hub.rb index 17bad77..5d5c30d 100644 --- a/plugins/community_hub/lib/community_hub_plugin/hub.rb +++ b/plugins/community_hub/lib/community_hub_plugin/hub.rb @@ -3,7 +3,7 @@ require File.dirname(__FILE__) + '/../../facebook_stream/lib_facebook_stream' class CommunityHubPlugin::Hub < Folder - settings_items :proxy_url, :type => :string, :default => 'http://161.148.1.167:3128' # Remember to use add the port, if needed! + settings_items :proxy_url, :type => :string, :default => 'http://161.148.1.167:3128' # Remember to use add the port, in case needed. settings_items :twitter_enabled, :type => :boolean, :default => false settings_items :hashtags_twitter, :type => :string, :default => "participa.br,participabr,arenanetmundial,netmundial" settings_items :facebook_enabled, :type => :boolean, :default => false -- libgit2 0.21.2