Commit 03b39dcde8f5a47db1376167a892503f034fa9fc

Authored by Evandro Junior
1 parent b699804f

minor fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/community_hub_plugin/hub.rb
@@ -37,7 +37,7 @@ class CommunityHubPlugin::Hub < Folder @@ -37,7 +37,7 @@ class CommunityHubPlugin::Hub < Folder
37 author_id = 54 37 author_id = 54
38 if action==:start 38 if action==:start
39 thread = Thread.new { 39 thread = Thread.new {
40 - Twurl::Stream.run(page, author_id,'torrent', File.dirname(__FILE__) + '/../../tweeter_stream/config/.twurlrc') 40 + Twurl::Stream.run(page, author_id,'torrent', File.dirname(__FILE__) + '/../../tweeter_stream/config/twurlrc')
41 } unless@@twitter_thread_started 41 } unless@@twitter_thread_started
42 @@twitter_thread_started = true 42 @@twitter_thread_started = true
43 end 43 end