My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 3 attachment: hydra-torrent-announce-typo.diff (564 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
Index: app/models/torrent.rb
===================================================================
--- app/models/torrent.rb (revision 158)
+++ app/models/torrent.rb (working copy)
@@ -146,7 +146,7 @@
if !mi.announce_list.nil?
#puts "Announce List class: #{mi.announce_list.class}"
#puts "Announce List: #{mi.announce_list.inspect}"
- self.orig_announce_list = mi.anounce_list
+ self.orig_announce_list = mi.announce_list
end
self.created_by = mi.created_by unless mi.created_by.nil?
if self.name.nil? || self.name.blank?
Powered by Google Project Hosting