소스 검색

Oops, typo

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
         }