Antoine Leroyer 11 роки тому
батько
коміт
f07f0f3567
1 змінених файлів з 1 додано та 1 видалено
  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|
       if publicLink(hash)
         haml :download, :locals => { 
-          :torrentFileTree => @utils.renderTree(@utils.treePath(@rtorrent.getTorrentPath(hash)))
+          :torrentFileTree => @utils.renderTree(@utils.treePath(@rtorrent.getTorrentPath(hash))),
           :tname => @rtorrent.getName(hash),
           :thash => hash
         }