OSDN Git Service

Fixed wrong order of arguments in network graph caused by refactoring
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 3 Apr 2013 19:37:07 +0000 (22:37 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 3 Apr 2013 19:37:07 +0000 (22:37 +0300)
app/models/network/graph.rb

index 2419b71..0fe7765 100644 (file)
@@ -98,7 +98,7 @@ module Network
         skip: skip
       }
 
-      Grit::Commit.find_all(@repo, opts, nil)
+      Grit::Commit.find_all(@repo, nil, opts)
     end
 
     def commits_sort_by_ref