Commit 3a43f4583d0d0b832f4daf8fe8e6cc42b34aa185

Authored by Evandro Junior
1 parent f32d9bff

minor fix

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
... ...