Browse Source

Oops, typo

Antoine Leroyer 11 years ago
parent
commit
f07f0f3567
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/rSeed/server.rb

+ 1 - 1
lib/rSeed/server.rb

@@ -111,7 +111,7 @@ module RSeed
     get %r{/d/([a-zA-Z0-9]+)} do |hash|
     get %r{/d/([a-zA-Z0-9]+)} do |hash|
       if publicLink(hash)
       if publicLink(hash)
         haml :download, :locals => { 
         haml :download, :locals => { 
-          :torrentFileTree => @utils.renderTree(@utils.treePath(@rtorrent.getTorrentPath(hash)))
+          :torrentFileTree => @utils.renderTree(@utils.treePath(@rtorrent.getTorrentPath(hash))),
           :tname => @rtorrent.getName(hash),
           :tname => @rtorrent.getName(hash),
           :thash => hash
           :thash => hash
         }  
         }