Commit 3a43f4583d0d0b832f4daf8fe8e6cc42b34aa185
1 parent
f32d9bff
Exists in
staging
and in
4 other branches
minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/community_hub/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 |