aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/connection_links_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/connection_links_controller.rb')
-rw-r--r--app/controllers/connection_links_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/connection_links_controller.rb b/app/controllers/connection_links_controller.rb
index 3da6b1417..ab5cbf8ef 100644
--- a/app/controllers/connection_links_controller.rb
+++ b/app/controllers/connection_links_controller.rb
@@ -9,7 +9,7 @@ class ConnectionLinksController < ChouetteController
respond_to :html, :xml, :json
def show
- @map = ConnectionLinkMap.new referential, resource
+ @map = ConnectionLinkMap.new(resource).with_helpers(self)
show!
end