Commit 3a43f4583d0d0b832f4daf8fe8e6cc42b34aa185
1 parent
f32d9bff
Exists in
theme-brasil-digital-from-staging
and in
9 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 | 37 | author_id = 54 |
| 38 | 38 | if action==:start |
| 39 | 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 | 41 | } unless@@twitter_thread_started |
| 42 | 42 | @@twitter_thread_started = true |
| 43 | 43 | end | ... | ... |