From b41d0dc841ccf0cf878e6b511f7bdddce9d8b639 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 1 Feb 2008 05:47:45 +0000 Subject: [PATCH] wrong parameter git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@108 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index dd0b4fc..a083729 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -133,7 +133,7 @@ module ApplicationHelper else link_to_remote image_tag(image_name), :update => 'browser_box', :url => { :controller => 'tag_images', :action => 'tagged_images', - :id => :tagged_id, :tagged_class => tagged_class } + :id => tagged_id, :tagged_type => tagged_class, :page => page_number } end end