summaryrefslogtreecommitdiff
path: root/app/controllers/graph_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/graph_controller.rb')
-rw-r--r--app/controllers/graph_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/graph_controller.rb b/app/controllers/graph_controller.rb
index 22544ad82aa..c79ed5ca3cc 100644
--- a/app/controllers/graph_controller.rb
+++ b/app/controllers/graph_controller.rb
@@ -16,7 +16,7 @@ class GraphController < ProjectResourceController
format.html
format.json do
- @graph = Network::Graph.new(project, @ref, @commit)
+ @graph = Network::Graph.new(project, @ref, @commit, @options[:filter_ref])
end
end
end